#CB446B

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

Shades of Cabaret #CB446B

Tints of Cabaret #CB446B

Color information

#CB446B (or 0xCB446B) is unknown color: approx Cabaret. HEX triplet: CB, 44 and 6B. RGB value is (203,68,107). Sum of RGB (Red+Green+Blue) = 203+68+107=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB446B is #34BB94. Grayscale: #707070. Windows color (decimal): -3455893 or 7029963. OLE color: 7029963.

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

Color convert

RGB20368107-
CMYK00.670.470.20
HSL342.67º56.49%53.14%-
HSV(B)342.67º66.5%79.61%-
XYZ29.3517.8915.82-
YUV112.81124.73192.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.70%
GREEN value IS 68 (26.95% from 255) = 17.99%
BLUE value IS 107 (42.19% from 255) = 28.31%
R=53.70%
G=17.99%
B=28.31%

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
Decimal2036810700.670.470.20342.6756.4953.14
HexCB446B0432F141573835
Octal313104153010357245277065
Binary11001011100010011010110100001110111110100101010111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB446B; }

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

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

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

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

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

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

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

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