Html Css Color HEX #CC5771 Cabaret

📋 copy color: '#CC5771'

red 204 ◦ green 87 ◦ blue 113

#CC5771
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #CC5771

Tints of Cabaret #CC5771

RGB

 RED value IS 204 (80.08% from 255) = 50.5%

 GREEN value IS 87 (34.38% from 255) = 21.53%

 BLUE value IS 113 (44.53% from 255) = 27.97%

R = 50.5%
G = 21.53%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC5771 (or 0xCC5771) is known color: Cabaret. HEX triplet: CC, 57 and 71. RGB value is (204,87,113). Sum of RGB (Red+Green+Blue) = 204+87+113=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5771 is #33A88E. Grayscale: #7C7C7C. Windows color (decimal): -3385487 or 7428044. OLE color: 7428044.

HSL color Cylindrical-coordinate representation of color #CC5771: hue angle of 346.67º 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 #CC5771 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 87 113 -
CMYK 0 0.57 0.45 0.2
HSL 346.67º 0.53% 0.57% -
HSV(B) 346.67º 0.57% 0.8% -
XYZ 31.29 20.85 18 -
YUV 124.95 121.26 184.39 -
System Red Green Blue C M Y K H S L
Decimal 204 87 113 0 0.57 0.45 0.2 346.67 0.53 0.57
Hex CC 57 71 0 39 2D 14 15B 35 39
Octal 314 127 161 0 71 55 24 533 65 71
Binary 11001100 1010111 1110001 0 111001 101101 10100 101011011 110101 111001

Color Harmonies of #CC5771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5771

Black with #CC5771

Text Example


Text Example

White with #CC5771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5771; }

 p { color: rgb(204,87,113); }

 H1.HeaderClassName
 {
   color: #CC5771;
 }
 .AnyTagClassName
 {
   color: #CC5771;
 }
</style>

background-color css

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

 a { background-color: rgb(204,87,113); }

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

border-color css

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

 span { border-color: rgb(204,87,113); }

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