#CB4E6E

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

Shades of Cabaret #CB4E6E

Tints of Cabaret #CB4E6E

Color information

#CB4E6E (or 0xCB4E6E) is unknown color: approx Cabaret. HEX triplet: CB, 4E and 6E. RGB value is (203,78,110). Sum of RGB (Red+Green+Blue) = 203+78+110=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4E6E is #34B191. Grayscale: #777777. Windows color (decimal): -3453330 or 7229131. OLE color: 7229131.

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

Color convert

RGB20378110-
CMYK00.620.460.20
HSL344.64º54.59%55.1%-
HSV(B)344.64º61.58%79.61%-
XYZ30.1719.2716.88-
YUV119.02122.91187.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.92%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=51.92%
G=19.95%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037811000.620.460.20344.6454.5955.1
HexCB4E6E03E2E141593737
Octal31311615607656245316767
Binary1100101110011101101110011111010111010100101011001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4E6E; }

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

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

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

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

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

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

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

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