#CB0666

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

Shades of Ruby #CB0666

Tints of Ruby #CB0666

Color information

#CB0666 (or 0xCB0666) is unknown color: approx Ruby. HEX triplet: CB, 06 and 66. RGB value is (203,6,102). Sum of RGB (Red+Green+Blue) = 203+6+102=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0666 is #34F999. Grayscale: #4B4B4B. Windows color (decimal): -3471770 or 6686411. OLE color: 6686411.

HSL color Cylindrical-coordinate representation of color #CB0666: hue angle of 330.76º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0666 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB2036102-
CMYK00.970.500.20
HSL330.76º94.26%40.98%-
HSV(B)330.76º97.04%79.61%-
XYZ27.0913.7913.8-
YUV75.85142.77218.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.27%
GREEN value IS 6 (2.73% from 255) = 1.93%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=65.27%
G=1.93%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203610200.970.500.20330.7694.2640.98
HexCB666061321414b5e29
Octal31361460141622451313651
Binary11001011110110011001100001110010101001010010111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0666; }

 p { color: rgb(203,6,102); }

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

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

 a { background-color: rgb(203,6,102); }

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

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

 span { border-color: rgb(203,6,102); }

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