Html Css Color HEX #CC4449 Mandy

📋 copy color: '#CC4449'

red 204 ◦ green 68 ◦ blue 73

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

Shades of Mandy #CC4449

Tints of Mandy #CC4449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.71%

 BLUE value IS 73 (28.91% from 255) = 21.16%

R = 59.13%
G = 19.71%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC4449 (or 0xCC4449) is known color: Mandy. HEX triplet: CC, 44 and 49. RGB value is (204,68,73). Sum of RGB (Red+Green+Blue) = 204+68+73=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4449 is #33BBB6. Grayscale: #6D6D6D. Windows color (decimal): -3390391 or 4801740. OLE color: 4801740.

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

Color convert

RGB 204 68 73 -
CMYK 0 0.67 0.64 0.2
HSL 357.79º 0.57% 0.53% -
HSV(B) 357.79º 0.67% 0.8% -
XYZ 28.17 17.45 8.19 -
YUV 109.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 204 68 73 0 0.67 0.64 0.2 357.79 0.57 0.53
Hex CC 44 49 0 43 40 14 166 39 35
Octal 314 104 111 0 103 100 24 546 71 65
Binary 11001100 1000100 1001001 0 1000011 1000000 10100 101100110 111001 110101

Color Harmonies of #CC4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4449

Black with #CC4449

Text Example


Text Example

White with #CC4449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4449; }

 p { color: rgb(204,68,73); }

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

background-color css

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

 a { background-color: rgb(204,68,73); }

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

border-color css

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

 span { border-color: rgb(204,68,73); }

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