#CB4C6A

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

Shades of Cabaret #CB4C6A

Tints of Cabaret #CB4C6A

Color information

#CB4C6A (or 0xCB4C6A) is unknown color: approx Cabaret. HEX triplet: CB, 4C and 6A. RGB value is (203,76,106). Sum of RGB (Red+Green+Blue) = 203+76+106=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4C6A is #34B395. Grayscale: #757575. Windows color (decimal): -3453846 or 6966475. OLE color: 6966475.

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

Color convert

RGB20376106-
CMYK00.630.480.20
HSL345.83º54.98%54.71%-
HSV(B)345.83º62.56%79.61%-
XYZ29.8118.9115.71-
YUV117.39121.58189.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.73%
GREEN value IS 76 (30.08% from 255) = 19.74%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=52.73%
G=19.74%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037610600.630.480.20345.8354.9854.71
HexCB4C6A03F301415a3737
Octal31311415207760245326767
Binary1100101110011001101010011111111000010100101011010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4C6A; }

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

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

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

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

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

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

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

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