#CB426A

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

Shades of Cabaret #CB426A

Tints of Cabaret #CB426A

Color information

#CB426A (or 0xCB426A) is unknown color: approx Cabaret. HEX triplet: CB, 42 and 6A. RGB value is (203,66,106). Sum of RGB (Red+Green+Blue) = 203+66+106=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB426A is #34BD95. Grayscale: #6F6F6F. Windows color (decimal): -3456406 or 6963915. OLE color: 6963915.

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

Color convert

RGB20366106-
CMYK00.670.480.20
HSL342.48º56.85%52.75%-
HSV(B)342.48º67.49%79.61%-
XYZ29.1817.6315.5-
YUV111.52124.89193.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.13%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=54.13%
G=17.6%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036610600.670.480.20342.4856.8552.75
HexCB426A04330141563935
Octal313102152010360245267165
Binary11001011100001011010100100001111000010100101010110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB426A; }

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

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

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

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

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

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

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

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