#CB0667

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

Shades of Ruby #CB0667

Tints of Ruby #CB0667

Color information

#CB0667 (or 0xCB0667) is unknown color: approx Ruby. HEX triplet: CB, 06 and 67. RGB value is (203,6,103). Sum of RGB (Red+Green+Blue) = 203+6+103=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0667 is #34F998. Grayscale: #4B4B4B. Windows color (decimal): -3471769 or 6751947. OLE color: 6751947.

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

Color convert

RGB2036103-
CMYK00.970.490.20
HSL330.46º94.26%40.98%-
HSV(B)330.46º97.04%79.61%-
XYZ27.1413.8114.07-
YUV75.96143.27218.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.06%
GREEN value IS 6 (2.73% from 255) = 1.92%
BLUE value IS 103 (40.62% from 255) = 33.01%
R=65.06%
G=1.92%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203610300.970.490.20330.4694.2640.98
HexCB667061311414a5e29
Octal31361470141612451213651
Binary11001011110110011101100001110001101001010010101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0667; }

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

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

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

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

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

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

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

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