Html Css Color HEX #CC5A73 Cabaret

📋 copy color: '#CC5A73'

red 204 ◦ green 90 ◦ blue 115

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

Shades of Cabaret #CC5A73

Tints of Cabaret #CC5A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22%

 BLUE value IS 115 (45.31% from 255) = 28.12%

R = 49.88%
G = 22%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC5A73 (or 0xCC5A73) is known color: Cabaret. HEX triplet: CC, 5A and 73. RGB value is (204,90,115). Sum of RGB (Red+Green+Blue) = 204+90+115=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A73 is #33A58C. Grayscale: #7E7E7E. Windows color (decimal): -3384717 or 7559884. OLE color: 7559884.

HSL color Cylindrical-coordinate representation of color #CC5A73: hue angle of 346.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A73 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 90 115 -
CMYK 0 0.56 0.44 0.2
HSL 346.84º 0.53% 0.58% -
HSV(B) 346.84º 0.56% 0.8% -
XYZ 31.65 21.39 18.68 -
YUV 126.94 121.27 182.97 -
System Red Green Blue C M Y K H S L
Decimal 204 90 115 0 0.56 0.44 0.2 346.84 0.53 0.58
Hex CC 5A 73 0 38 2C 14 15B 35 3A
Octal 314 132 163 0 70 54 24 533 65 72
Binary 11001100 1011010 1110011 0 111000 101100 10100 101011011 110101 111010

Color Harmonies of #CC5A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A73

Black with #CC5A73

Text Example


Text Example

White with #CC5A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A73; }

 p { color: rgb(204,90,115); }

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

background-color css

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

 a { background-color: rgb(204,90,115); }

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

border-color css

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

 span { border-color: rgb(204,90,115); }

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