#CB606F

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

Shades of Cabaret #CB606F

Tints of Cabaret #CB606F

Color information

#CB606F (or 0xCB606F) is unknown color: approx Cabaret. HEX triplet: CB, 60 and 6F. RGB value is (203,96,111). Sum of RGB (Red+Green+Blue) = 203+96+111=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB606F is #349F90. Grayscale: #818181. Windows color (decimal): -3448721 or 7299275. OLE color: 7299275.

HSL color Cylindrical-coordinate representation of color #CB606F: hue angle of 351.59º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB606F is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB20396111-
CMYK00.530.450.20
HSL351.59º50.71%58.63%-
HSV(B)351.59º52.71%79.61%-
XYZ31.6822.2117.66-
YUV129.7117.45180.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=49.51%
G=23.41%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039611100.530.450.20351.5950.7158.63
HexCB606F0352D14160333b
Octal31314015706555245406373
Binary1100101111000001101111011010110110110100101100000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB606F; }

 p { color: rgb(203,96,111); }

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

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

 a { background-color: rgb(203,96,111); }

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

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

 span { border-color: rgb(203,96,111); }

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