Html Css Color HEX #CC484D Mandy

📋 copy color: '#CC484D'

red 204 ◦ green 72 ◦ blue 77

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

Shades of Mandy #CC484D

Tints of Mandy #CC484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.4%

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 57.79%
G = 20.4%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC484D (or 0xCC484D) is known color: Mandy. HEX triplet: CC, 48 and 4D. RGB value is (204,72,77). Sum of RGB (Red+Green+Blue) = 204+72+77=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC484D is #33B7B2. Grayscale: #707070. Windows color (decimal): -3389363 or 5064908. OLE color: 5064908.

HSL color Cylindrical-coordinate representation of color #CC484D: hue angle of 357.73º degrees, saturation: 0.56, 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 #CC484D is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 72 77 -
CMYK 0 0.65 0.62 0.2
HSL 357.73º 0.56% 0.54% -
HSV(B) 357.73º 0.65% 0.8% -
XYZ 28.56 18.01 8.99 -
YUV 112.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 204 72 77 0 0.65 0.62 0.2 357.73 0.56 0.54
Hex CC 48 4D 0 41 3E 14 166 38 36
Octal 314 110 115 0 101 76 24 546 70 66
Binary 11001100 1001000 1001101 0 1000001 111110 10100 101100110 111000 110110

Color Harmonies of #CC484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC484D

Black with #CC484D

Text Example


Text Example

White with #CC484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC484D; }

 p { color: rgb(204,72,77); }

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

background-color css

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

 a { background-color: rgb(204,72,77); }

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

border-color css

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

 span { border-color: rgb(204,72,77); }

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