Html Css Color HEX #CC5775 Cabaret

📋 copy color: '#CC5775'

red 204 ◦ green 87 ◦ blue 117

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

Shades of Cabaret #CC5775

Tints of Cabaret #CC5775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.68%

R = 50%
G = 21.32%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC5775 (or 0xCC5775) is known color: Cabaret. HEX triplet: CC, 57 and 75. RGB value is (204,87,117). Sum of RGB (Red+Green+Blue) = 204+87+117=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5775 is #33A88A. Grayscale: #7D7D7D. Windows color (decimal): -3385483 or 7690188. OLE color: 7690188.

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

Color convert

RGB 204 87 117 -
CMYK 0 0.57 0.43 0.2
HSL 344.62º 0.53% 0.57% -
HSV(B) 344.62º 0.57% 0.8% -
XYZ 31.52 20.94 19.21 -
YUV 125.4 123.26 184.06 -
System Red Green Blue C M Y K H S L
Decimal 204 87 117 0 0.57 0.43 0.2 344.62 0.53 0.57
Hex CC 57 75 0 39 2B 14 159 35 39
Octal 314 127 165 0 71 53 24 531 65 71
Binary 11001100 1010111 1110101 0 111001 101011 10100 101011001 110101 111001

Color Harmonies of #CC5775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5775

Black with #CC5775

Text Example


Text Example

White with #CC5775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5775; }

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

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

background-color css

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

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

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

border-color css

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

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

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