Html Css Color HEX #CC414C Mandy

📋 copy color: '#CC414C'

red 204 ◦ green 65 ◦ blue 76

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

Shades of Mandy #CC414C

Tints of Mandy #CC414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.03%

R = 59.13%
G = 18.84%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC414C (or 0xCC414C) is known color: Mandy. HEX triplet: CC, 41 and 4C. RGB value is (204,65,76). Sum of RGB (Red+Green+Blue) = 204+65+76=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC414C is #33BEB3. Grayscale: #6B6B6B. Windows color (decimal): -3391156 or 4997580. OLE color: 4997580.

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

Color convert

RGB 204 65 76 -
CMYK 0 0.68 0.63 0.2
HSL 355.25º 0.58% 0.53% -
HSV(B) 355.25º 0.68% 0.8% -
XYZ 28.1 17.14 8.66 -
YUV 107.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 204 65 76 0 0.68 0.63 0.2 355.25 0.58 0.53
Hex CC 41 4C 0 44 3F 14 163 3A 35
Octal 314 101 114 0 104 77 24 543 72 65
Binary 11001100 1000001 1001100 0 1000100 111111 10100 101100011 111010 110101

Color Harmonies of #CC414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC414C

Black with #CC414C

Text Example


Text Example

White with #CC414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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