#CB0F69

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

Shades of Ruby #CB0F69

Tints of Ruby #CB0F69

Color information

#CB0F69 (or 0xCB0F69) is unknown color: approx Ruby. HEX triplet: CB, 0F and 69. RGB value is (203,15,105). Sum of RGB (Red+Green+Blue) = 203+15+105=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0F69 is #34F096. Grayscale: #515151. Windows color (decimal): -3469463 or 6885323. OLE color: 6885323.

HSL color Cylindrical-coordinate representation of color #CB0F69: hue angle of 331.28º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0F69 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB20315105-
CMYK00.930.480.20
HSL331.28º86.24%42.75%-
HSV(B)331.28º92.61%79.61%-
XYZ27.3514.0614.64-
YUV81.47141.28214.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.85%
GREEN value IS 15 (6.25% from 255) = 4.64%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=62.85%
G=4.64%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031510500.930.480.20331.2886.2442.75
HexCBF6905D301414b562b
Octal313171510135602451312653
Binary110010111111110100101011101110000101001010010111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0F69; }

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

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

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

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

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

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

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

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