Html Css Color HEX #CC425E Mandy

📋 copy color: '#CC425E'

red 204 ◦ green 66 ◦ blue 94

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

Shades of Mandy #CC425E

Tints of Mandy #CC425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.13%

 BLUE value IS 94 (37.11% from 255) = 25.82%

R = 56.04%
G = 18.13%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC425E (or 0xCC425E) is known color: Mandy. HEX triplet: CC, 42 and 5E. RGB value is (204,66,94). Sum of RGB (Red+Green+Blue) = 204+66+94=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC425E is #33BDA1. Grayscale: #6E6E6E. Windows color (decimal): -3390882 or 6177484. OLE color: 6177484.

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

Color convert

RGB 204 66 94 -
CMYK 0 0.68 0.54 0.2
HSL 347.83º 0.58% 0.53% -
HSV(B) 347.83º 0.68% 0.8% -
XYZ 28.87 17.54 12.45 -
YUV 110.45 118.72 194.72 -
System Red Green Blue C M Y K H S L
Decimal 204 66 94 0 0.68 0.54 0.2 347.83 0.58 0.53
Hex CC 42 5E 0 44 36 14 15C 3A 35
Octal 314 102 136 0 104 66 24 534 72 65
Binary 11001100 1000010 1011110 0 1000100 110110 10100 101011100 111010 110101

Color Harmonies of #CC425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC425E

Black with #CC425E

Text Example


Text Example

White with #CC425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC425E; }

 p { color: rgb(204,66,94); }

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

background-color css

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

 a { background-color: rgb(204,66,94); }

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

border-color css

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

 span { border-color: rgb(204,66,94); }

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