Html Css Color HEX #CC4774 Cabaret

📋 copy color: '#CC4774'

red 204 ◦ green 71 ◦ blue 116

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

Shades of Cabaret #CC4774

Tints of Cabaret #CC4774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.16%

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

R = 52.17%
G = 18.16%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC4774 (or 0xCC4774) is known color: Cabaret. HEX triplet: CC, 47 and 74. RGB value is (204,71,116). Sum of RGB (Red+Green+Blue) = 204+71+116=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4774 is #33B88B. Grayscale: #737373. Windows color (decimal): -3389580 or 7620556. OLE color: 7620556.

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

Color convert

RGB 204 71 116 -
CMYK 0 0.65 0.43 0.2
HSL 339.7º 0.57% 0.54% -
HSV(B) 339.7º 0.65% 0.8% -
XYZ 30.31 18.6 18.52 -
YUV 115.9 128.06 190.84 -
System Red Green Blue C M Y K H S L
Decimal 204 71 116 0 0.65 0.43 0.2 339.7 0.57 0.54
Hex CC 47 74 0 41 2B 14 154 39 36
Octal 314 107 164 0 101 53 24 524 71 66
Binary 11001100 1000111 1110100 0 1000001 101011 10100 101010100 111001 110110

Color Harmonies of #CC4774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4774

Black with #CC4774

Text Example


Text Example

White with #CC4774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4774; }

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

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

background-color css

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

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

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

border-color css

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

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

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