Html Css Color HEX #CC404E Mandy

📋 copy color: '#CC404E'

red 204 ◦ green 64 ◦ blue 78

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

Shades of Mandy #CC404E

Tints of Mandy #CC404E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.5%

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

R = 58.96%
G = 18.5%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC404E (or 0xCC404E) is known color: Mandy. HEX triplet: CC, 40 and 4E. RGB value is (204,64,78). Sum of RGB (Red+Green+Blue) = 204+64+78=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC404E is #33BFB1. Grayscale: #6B6B6B. Windows color (decimal): -3391410 or 5128396. OLE color: 5128396.

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

Color convert

RGB 204 64 78 -
CMYK 0 0.69 0.62 0.2
HSL 354º 0.58% 0.53% -
HSV(B) 354º 0.69% 0.8% -
XYZ 28.11 17.05 9.02 -
YUV 107.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 204 64 78 0 0.69 0.62 0.2 354 0.58 0.53
Hex CC 40 4E 0 45 3E 14 162 3A 35
Octal 314 100 116 0 105 76 24 542 72 65
Binary 11001100 1000000 1001110 0 1000101 111110 10100 101100010 111010 110101

Color Harmonies of #CC404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC404E

Black with #CC404E

Text Example


Text Example

White with #CC404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC404E; }

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

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

background-color css

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

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

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

border-color css

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

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

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