#CB446C

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

Shades of Cabaret #CB446C

Tints of Cabaret #CB446C

Color information

#CB446C (or 0xCB446C) is unknown color: approx Cabaret. HEX triplet: CB, 44 and 6C. RGB value is (203,68,108). Sum of RGB (Red+Green+Blue) = 203+68+108=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB446C is #34BB93. Grayscale: #707070. Windows color (decimal): -3455892 or 7095499. OLE color: 7095499.

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

Color convert

RGB20368108-
CMYK00.670.470.20
HSL342.22º56.49%53.14%-
HSV(B)342.22º66.5%79.61%-
XYZ29.417.9116.1-
YUV112.92125.23192.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.56%
GREEN value IS 68 (26.95% from 255) = 17.94%
BLUE value IS 108 (42.58% from 255) = 28.50%
R=53.56%
G=17.94%
B=28.50%

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
Decimal2036810800.670.470.20342.2256.4953.14
HexCB446C0432F141563835
Octal313104154010357245267065
Binary11001011100010011011000100001110111110100101010110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB446C; }

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

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

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

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

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

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

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

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