#CB406A

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

Shades of Cabaret #CB406A

Tints of Cabaret #CB406A

Color information

#CB406A (or 0xCB406A) is unknown color: approx Cabaret. HEX triplet: CB, 40 and 6A. RGB value is (203,64,106). Sum of RGB (Red+Green+Blue) = 203+64+106=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB406A is #34BF95. Grayscale: #6E6E6E. Windows color (decimal): -3456918 or 6963403. OLE color: 6963403.

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

Color convert

RGB20364106-
CMYK00.680.480.20
HSL341.87º57.2%52.35%-
HSV(B)341.87º68.47%79.61%-
XYZ29.0617.415.46-
YUV110.35125.55194.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.42%
GREEN value IS 64 (25.39% from 255) = 17.16%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=54.42%
G=17.16%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036410600.680.480.20341.8757.252.35
HexCB406A04430141563934
Octal313100152010460245267164
Binary11001011100000011010100100010011000010100101010110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB406A; }

 p { color: rgb(203,64,106); }

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

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

 a { background-color: rgb(203,64,106); }

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

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

 span { border-color: rgb(203,64,106); }

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