Html Css Color HEX #CC415B Mandy

📋 copy color: '#CC415B'

red 204 ◦ green 65 ◦ blue 91

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

Shades of Mandy #CC415B

Tints of Mandy #CC415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 56.67%
G = 18.06%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC415B (or 0xCC415B) is known color: Mandy. HEX triplet: CC, 41 and 5B. RGB value is (204,65,91). Sum of RGB (Red+Green+Blue) = 204+65+91=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC415B is #33BEA4. Grayscale: #6D6D6D. Windows color (decimal): -3391141 or 5980620. OLE color: 5980620.

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

Color convert

RGB 204 65 91 -
CMYK 0 0.68 0.55 0.2
HSL 348.78º 0.58% 0.53% -
HSV(B) 348.78º 0.68% 0.8% -
XYZ 28.68 17.37 11.74 -
YUV 109.53 117.55 195.39 -
System Red Green Blue C M Y K H S L
Decimal 204 65 91 0 0.68 0.55 0.2 348.78 0.58 0.53
Hex CC 41 5B 0 44 37 14 15D 3A 35
Octal 314 101 133 0 104 67 24 535 72 65
Binary 11001100 1000001 1011011 0 1000100 110111 10100 101011101 111010 110101

Color Harmonies of #CC415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC415B

Black with #CC415B

Text Example


Text Example

White with #CC415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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