Html Css Color HEX #CC5479 Cabaret

📋 copy color: '#CC5479'

red 204 ◦ green 84 ◦ blue 121

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

Shades of Cabaret #CC5479

Tints of Cabaret #CC5479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.54%

 BLUE value IS 121 (47.66% from 255) = 29.58%

R = 49.88%
G = 20.54%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC5479 (or 0xCC5479) is known color: Cabaret. HEX triplet: CC, 54 and 79. RGB value is (204,84,121). Sum of RGB (Red+Green+Blue) = 204+84+121=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5479 is #33AB86. Grayscale: #7C7C7C. Windows color (decimal): -3386247 or 7951564. OLE color: 7951564.

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

Color convert

RGB 204 84 121 -
CMYK 0 0.59 0.41 0.2
HSL 341.5º 0.54% 0.56% -
HSV(B) 341.5º 0.59% 0.8% -
XYZ 31.52 20.56 20.4 -
YUV 124.1 126.26 184.99 -
System Red Green Blue C M Y K H S L
Decimal 204 84 121 0 0.59 0.41 0.2 341.5 0.54 0.56
Hex CC 54 79 0 3B 29 14 156 36 38
Octal 314 124 171 0 73 51 24 526 66 70
Binary 11001100 1010100 1111001 0 111011 101001 10100 101010110 110110 111000

Color Harmonies of #CC5479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5479

Black with #CC5479

Text Example


Text Example

White with #CC5479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5479; }

 p { color: rgb(204,84,121); }

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

background-color css

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

 a { background-color: rgb(204,84,121); }

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

border-color css

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

 span { border-color: rgb(204,84,121); }

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