Html Css Color HEX #CC425F Mandy

📋 copy color: '#CC425F'

red 204 ◦ green 66 ◦ blue 95

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

Shades of Mandy #CC425F

Tints of Mandy #CC425F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 55.89%
G = 18.08%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC425F (or 0xCC425F) is known color: Mandy. HEX triplet: CC, 42 and 5F. RGB value is (204,66,95). Sum of RGB (Red+Green+Blue) = 204+66+95=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC425F is #33BDA0. Grayscale: #6E6E6E. Windows color (decimal): -3390881 or 6243020. OLE color: 6243020.

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

Color convert

RGB 204 66 95 -
CMYK 0 0.68 0.53 0.2
HSL 347.39º 0.58% 0.53% -
HSV(B) 347.39º 0.68% 0.8% -
XYZ 28.92 17.56 12.69 -
YUV 110.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 204 66 95 0 0.68 0.53 0.2 347.39 0.58 0.53
Hex CC 42 5F 0 44 35 14 15B 3A 35
Octal 314 102 137 0 104 65 24 533 72 65
Binary 11001100 1000010 1011111 0 1000100 110101 10100 101011011 111010 110101

Color Harmonies of #CC425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC425F

Black with #CC425F

Text Example


Text Example

White with #CC425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC425F; }

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

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

background-color css

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

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

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

border-color css

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

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

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