Html Css Color HEX #CC4A4F Mandy

📋 copy color: '#CC4A4F'

red 204 ◦ green 74 ◦ blue 79

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

Shades of Mandy #CC4A4F

Tints of Mandy #CC4A4F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.73%

 BLUE value IS 79 (31.25% from 255) = 22.13%

R = 57.14%
G = 20.73%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC4A4F (or 0xCC4A4F) is known color: Mandy. HEX triplet: CC, 4A and 4F. RGB value is (204,74,79). Sum of RGB (Red+Green+Blue) = 204+74+79=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4A4F is #33B5B0. Grayscale: #717171. Windows color (decimal): -3388849 or 5196492. OLE color: 5196492.

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

Color convert

RGB 204 74 79 -
CMYK 0 0.64 0.61 0.2
HSL 357.69º 0.56% 0.55% -
HSV(B) 357.69º 0.64% 0.8% -
XYZ 28.76 18.3 9.41 -
YUV 113.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 204 74 79 0 0.64 0.61 0.2 357.69 0.56 0.55
Hex CC 4A 4F 0 40 3D 14 166 38 37
Octal 314 112 117 0 100 75 24 546 70 67
Binary 11001100 1001010 1001111 0 1000000 111101 10100 101100110 111000 110111

Color Harmonies of #CC4A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A4F

Black with #CC4A4F

Text Example


Text Example

White with #CC4A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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