#CB406E

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

Shades of Cabaret #CB406E

Tints of Cabaret #CB406E

Color information

#CB406E (or 0xCB406E) is unknown color: approx Cabaret. HEX triplet: CB, 40 and 6E. RGB value is (203,64,110). Sum of RGB (Red+Green+Blue) = 203+64+110=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB406E is #34BF91. Grayscale: #6E6E6E. Windows color (decimal): -3456914 or 7225547. OLE color: 7225547.

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

Color convert

RGB20364110-
CMYK00.680.460.20
HSL340.14º57.2%52.35%-
HSV(B)340.14º68.47%79.61%-
XYZ29.2817.4916.58-
YUV110.8127.55193.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.85%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=53.85%
G=16.98%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036411000.680.460.20340.1457.252.35
HexCB406E0442E141543934
Octal313100156010456245247164
Binary11001011100000011011100100010010111010100101010100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB406E; }

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

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

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

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

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

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

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

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