Html Css Color HEX #CC444D Mandy

📋 copy color: '#CC444D'

red 204 ◦ green 68 ◦ blue 77

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

Shades of Mandy #CC444D

Tints of Mandy #CC444D

RGB

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

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

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

R = 58.45%
G = 19.48%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC444D (or 0xCC444D) is known color: Mandy. HEX triplet: CC, 44 and 4D. RGB value is (204,68,77). Sum of RGB (Red+Green+Blue) = 204+68+77=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC444D is #33BBB2. Grayscale: #6D6D6D. Windows color (decimal): -3390387 or 5063884. OLE color: 5063884.

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

Color convert

RGB 204 68 77 -
CMYK 0 0.67 0.62 0.2
HSL 356.03º 0.57% 0.53% -
HSV(B) 356.03º 0.67% 0.8% -
XYZ 28.31 17.51 8.91 -
YUV 109.69 109.56 195.27 -
System Red Green Blue C M Y K H S L
Decimal 204 68 77 0 0.67 0.62 0.2 356.03 0.57 0.53
Hex CC 44 4D 0 43 3E 14 164 39 35
Octal 314 104 115 0 103 76 24 544 71 65
Binary 11001100 1000100 1001101 0 1000011 111110 10100 101100100 111001 110101

Color Harmonies of #CC444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC444D

Black with #CC444D

Text Example


Text Example

White with #CC444D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC444D; }

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

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

background-color css

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

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

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

border-color css

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

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

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