#CB426B

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

Shades of Cabaret #CB426B

Tints of Cabaret #CB426B

Color information

#CB426B (or 0xCB426B) is unknown color: approx Cabaret. HEX triplet: CB, 42 and 6B. RGB value is (203,66,107). Sum of RGB (Red+Green+Blue) = 203+66+107=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB426B is #34BD94. Grayscale: #6F6F6F. Windows color (decimal): -3456405 or 7029451. OLE color: 7029451.

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

Color convert

RGB20366107-
CMYK00.670.470.20
HSL342.04º56.85%52.75%-
HSV(B)342.04º67.49%79.61%-
XYZ29.2317.6515.78-
YUV111.64125.39193.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.99%
GREEN value IS 66 (26.17% from 255) = 17.55%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=53.99%
G=17.55%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036610700.670.470.20342.0456.8552.75
HexCB426B0432F141563935
Octal313102153010357245267165
Binary11001011100001011010110100001110111110100101010110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB426B; }

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

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

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

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

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

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

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

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