#CB446E

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

Shades of Cabaret #CB446E

Tints of Cabaret #CB446E

Color information

#CB446E (or 0xCB446E) is unknown color: approx Cabaret. HEX triplet: CB, 44 and 6E. RGB value is (203,68,110). Sum of RGB (Red+Green+Blue) = 203+68+110=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB446E is #34BB91. Grayscale: #717171. Windows color (decimal): -3455890 or 7226571. OLE color: 7226571.

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

Color convert

RGB20368110-
CMYK00.670.460.20
HSL341.33º56.49%53.14%-
HSV(B)341.33º66.5%79.61%-
XYZ29.5117.9616.66-
YUV113.15126.23192.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.28%
GREEN value IS 68 (26.95% from 255) = 17.85%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=53.28%
G=17.85%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036811000.670.460.20341.3356.4953.14
HexCB446E0432E141553835
Octal313104156010356245257065
Binary11001011100010011011100100001110111010100101010101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB446E; }

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

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

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

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

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

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

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

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