#CB576E

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

Shades of Cabaret #CB576E

Tints of Cabaret #CB576E

Color information

#CB576E (or 0xCB576E) is unknown color: approx Cabaret. HEX triplet: CB, 57 and 6E. RGB value is (203,87,110). Sum of RGB (Red+Green+Blue) = 203+87+110=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB576E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB576E is #34A891. Grayscale: #7C7C7C. Windows color (decimal): -3451026 or 7231435. OLE color: 7231435.

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

Color convert

RGB20387110-
CMYK00.570.460.20
HSL348.1º52.73%56.86%-
HSV(B)348.1º57.14%79.61%-
XYZ30.8520.6417.11-
YUV124.31119.93184.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 87 (34.38% from 255) = 21.75%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=50.75%
G=21.75%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038711000.570.460.20348.152.7356.86
HexCB576E0392E1415c3539
Octal31312715607156245346571
Binary1100101110101111101110011100110111010100101011100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB576E; }

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

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

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

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

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

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

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

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