#CA006B

Color #CA006B Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #CA006B

Tints of Ruby #CA006B

Color information

#CA006B (or 0xCA006B) is unknown color: approx Ruby. HEX triplet: CA, 00 and 6B. RGB value is (202,0,107). Sum of RGB (Red+Green+Blue) = 202+0+107=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA006B is #35FF94. Grayscale: #484848. Windows color (decimal): -3538837 or 7012554. OLE color: 7012554.

HSL color Cylindrical-coordinate representation of color #CA006B: hue angle of 328.22º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA006B is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB2020107-
CMYK010.470.21
HSL328.22º100%39.61%-
HSV(B)328.22º100%79.22%-
XYZ27.0113.6215.11-
YUV72.6147.42220.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 65.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 34.63%
R=65.37%
G=0%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2020107010.470.21328.2210039.61
HexCA06B0642F151486428
Octal31201530144572551014450
Binary110010100110101101100100101111101011010010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA006B; }

 p { color: rgb(202,0,107); }

 H1.HeaderClassName
 {
   color: #CA006B;
 }
 .AnyTagClassName
 {
   color: #CA006B;
 }
</style>
background-color css

<style>
 a { background-color: #CA006B; }

 a { background-color: rgb(202,0,107); }

 div.DivClassName
 {
   background-color: #CA006B;
 }
 .BgClassName
 {
   background-color: #CA006B;
 }
</style>
border-color css

<style>
 span { border-color: #CA006B; }

 span { border-color: rgb(202,0,107); }

 td.TdClassName
 {
   border-color: #CA006B;
 }
 .TagClassName
 {
   border-color: #CA006B;
 }
</style>