Html Css Color HEX #CC474A Mandy

📋 copy color: '#CC474A'

red 204 ◦ green 71 ◦ blue 74

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

Shades of Mandy #CC474A

Tints of Mandy #CC474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.2%

R = 58.45%
G = 20.34%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC474A (or 0xCC474A) is known color: Mandy. HEX triplet: CC, 47 and 4A. RGB value is (204,71,74). Sum of RGB (Red+Green+Blue) = 204+71+74=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC474A is #33B8B5. Grayscale: #6F6F6F. Windows color (decimal): -3389622 or 4868044. OLE color: 4868044.

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

Color convert

RGB 204 71 74 -
CMYK 0 0.65 0.64 0.2
HSL 358.65º 0.57% 0.54% -
HSV(B) 358.65º 0.65% 0.8% -
XYZ 28.39 17.84 8.43 -
YUV 111.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 204 71 74 0 0.65 0.64 0.2 358.65 0.57 0.54
Hex CC 47 4A 0 41 40 14 167 39 36
Octal 314 107 112 0 101 100 24 547 71 66
Binary 11001100 1000111 1001010 0 1000001 1000000 10100 101100111 111001 110110

Color Harmonies of #CC474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC474A

Black with #CC474A

Text Example


Text Example

White with #CC474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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