#cb5174

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

Shades of Cabaret #CB5174

Tints of Cabaret #CB5174

Color information

#CB5174 (or 0xCB5174) is unknown color: approx Cabaret. HEX triplet: CB, 51 and 74. RGB value is (203,81,116). Sum of RGB (Red+Green+Blue) = 203+81+116=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5174 is #34AE8B. Grayscale: #797979. Windows color (decimal): -3452556 or 7623115. OLE color: 7623115.

HSL color Cylindrical-coordinate representation of color #CB5174: hue angle of 342.79º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5174 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB20381116-
CMYK00.600.430.20
HSL342.79º53.98%55.69%-
HSV(B)342.79º60.1%79.61%-
XYZ30.7219.8418.73-
YUV121.47124.92186.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 81 (32.03% from 255) = 20.25%
BLUE value IS 116 (45.70% from 255) = 29%
R=50.75%
G=20.25%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038111600.600.430.20342.7953.9855.69
HexCB517403C2B141573638
Octal31312116407453245276670
Binary1100101110100011110100011110010101110100101010111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5174; }

 p { color: rgb(203,81,116); }

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

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

 a { background-color: rgb(203,81,116); }

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

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

 span { border-color: rgb(203,81,116); }

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