Html Css Color HEX #CC415F Mandy

📋 copy color: '#CC415F'

red 204 ◦ green 65 ◦ blue 95

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

Shades of Mandy #CC415F

Tints of Mandy #CC415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.86%

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

R = 56.04%
G = 17.86%
B = 26.1%

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

#CC415F (or 0xCC415F) is known color: Mandy. HEX triplet: CC, 41 and 5F. RGB value is (204,65,95). Sum of RGB (Red+Green+Blue) = 204+65+95=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC415F is #33BEA0. Grayscale: #6E6E6E. Windows color (decimal): -3391137 or 6242764. OLE color: 6242764.

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

Color convert

RGB 204 65 95 -
CMYK 0 0.68 0.53 0.2
HSL 347.05º 0.58% 0.53% -
HSV(B) 347.05º 0.68% 0.8% -
XYZ 28.86 17.44 12.67 -
YUV 109.98 119.55 195.06 -
System Red Green Blue C M Y K H S L
Decimal 204 65 95 0 0.68 0.53 0.2 347.05 0.58 0.53
Hex CC 41 5F 0 44 35 14 15B 3A 35
Octal 314 101 137 0 104 65 24 533 72 65
Binary 11001100 1000001 1011111 0 1000100 110101 10100 101011011 111010 110101

Color Harmonies of #CC415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC415F

Black with #CC415F

Text Example


Text Example

White with #CC415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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