#CB0669

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

Shades of Ruby #CB0669

Tints of Ruby #CB0669

Color information

#CB0669 (or 0xCB0669) is unknown color: approx Ruby. HEX triplet: CB, 06 and 69. RGB value is (203,6,105). Sum of RGB (Red+Green+Blue) = 203+6+105=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0669 is #34F996. Grayscale: #4B4B4B. Windows color (decimal): -3471767 or 6883019. OLE color: 6883019.

HSL color Cylindrical-coordinate representation of color #CB0669: hue angle of 329.85º 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 #CB0669 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB2036105-
CMYK00.970.480.20
HSL329.85º94.26%40.98%-
HSV(B)329.85º97.04%79.61%-
XYZ27.2413.8514.6-
YUV76.19144.27218.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.65%
GREEN value IS 6 (2.73% from 255) = 1.91%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=64.65%
G=1.91%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203610500.970.480.20329.8594.2640.98
HexCB669061301414a5e29
Octal31361510141602451213651
Binary11001011110110100101100001110000101001010010101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0669; }

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

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

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

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

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

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

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

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