Html Css Color HEX #CC5B74 Cabaret

📋 copy color: '#CC5B74'

red 204 ◦ green 91 ◦ blue 116

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

Shades of Cabaret #CC5B74

Tints of Cabaret #CC5B74

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.14%

 BLUE value IS 116 (45.7% from 255) = 28.22%

R = 49.64%
G = 22.14%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC5B74 (or 0xCC5B74) is known color: Cabaret. HEX triplet: CC, 5B and 74. RGB value is (204,91,116). Sum of RGB (Red+Green+Blue) = 204+91+116=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5B74 is #33A48B. Grayscale: #7F7F7F. Windows color (decimal): -3384460 or 7625676. OLE color: 7625676.

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

Color convert

RGB 204 91 116 -
CMYK 0 0.55 0.43 0.2
HSL 346.73º 0.53% 0.58% -
HSV(B) 346.73º 0.55% 0.8% -
XYZ 31.8 21.58 19.01 -
YUV 127.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 204 91 116 0 0.55 0.43 0.2 346.73 0.53 0.58
Hex CC 5B 74 0 37 2B 14 15B 35 3A
Octal 314 133 164 0 67 53 24 533 65 72
Binary 11001100 1011011 1110100 0 110111 101011 10100 101011011 110101 111010

Color Harmonies of #CC5B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5B74

Black with #CC5B74

Text Example


Text Example

White with #CC5B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5B74; }

 p { color: rgb(204,91,116); }

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

background-color css

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

 a { background-color: rgb(204,91,116); }

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

border-color css

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

 span { border-color: rgb(204,91,116); }

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