Html Css Color HEX #CC444E Mandy

📋 copy color: '#CC444E'

red 204 ◦ green 68 ◦ blue 78

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

Shades of Mandy #CC444E

Tints of Mandy #CC444E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 58.29%
G = 19.43%
B = 22.29%

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

#CC444E (or 0xCC444E) is known color: Mandy. HEX triplet: CC, 44 and 4E. RGB value is (204,68,78). Sum of RGB (Red+Green+Blue) = 204+68+78=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC444E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC444E is #33BBB1. Grayscale: #6D6D6D. Windows color (decimal): -3390386 or 5129420. OLE color: 5129420.

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

Color convert

RGB 204 68 78 -
CMYK 0 0.67 0.62 0.2
HSL 355.59º 0.57% 0.53% -
HSV(B) 355.59º 0.67% 0.8% -
XYZ 28.34 17.52 9.1 -
YUV 109.8 110.06 195.19 -
System Red Green Blue C M Y K H S L
Decimal 204 68 78 0 0.67 0.62 0.2 355.59 0.57 0.53
Hex CC 44 4E 0 43 3E 14 164 39 35
Octal 314 104 116 0 103 76 24 544 71 65
Binary 11001100 1000100 1001110 0 1000011 111110 10100 101100100 111001 110101

Color Harmonies of #CC444E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC444E

Black with #CC444E

Text Example


Text Example

White with #CC444E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC444E; }

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

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

background-color css

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

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

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

border-color css

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

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

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