Html Css Color HEX #CC414F Mandy

📋 copy color: '#CC414F'

red 204 ◦ green 65 ◦ blue 79

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

Shades of Mandy #CC414F

Tints of Mandy #CC414F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 58.62%
G = 18.68%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC414F (or 0xCC414F) is known color: Mandy. HEX triplet: CC, 41 and 4F. RGB value is (204,65,79). Sum of RGB (Red+Green+Blue) = 204+65+79=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC414F is #33BEB0. Grayscale: #6C6C6C. Windows color (decimal): -3391153 or 5194188. OLE color: 5194188.

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

Color convert

RGB 204 65 79 -
CMYK 0 0.68 0.61 0.2
HSL 353.96º 0.58% 0.53% -
HSV(B) 353.96º 0.68% 0.8% -
XYZ 28.2 17.18 9.23 -
YUV 108.16 111.55 196.36 -
System Red Green Blue C M Y K H S L
Decimal 204 65 79 0 0.68 0.61 0.2 353.96 0.58 0.53
Hex CC 41 4F 0 44 3D 14 162 3A 35
Octal 314 101 117 0 104 75 24 542 72 65
Binary 11001100 1000001 1001111 0 1000100 111101 10100 101100010 111010 110101

Color Harmonies of #CC414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC414F

Black with #CC414F

Text Example


Text Example

White with #CC414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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