Html Css Color HEX #CC495E Mandy

📋 copy color: '#CC495E'

red 204 ◦ green 73 ◦ blue 94

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

Shades of Mandy #CC495E

Tints of Mandy #CC495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 54.99%
G = 19.68%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC495E (or 0xCC495E) is known color: Mandy. HEX triplet: CC, 49 and 5E. RGB value is (204,73,94). Sum of RGB (Red+Green+Blue) = 204+73+94=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC495E is #33B6A1. Grayscale: #727272. Windows color (decimal): -3389090 or 6179276. OLE color: 6179276.

HSL color Cylindrical-coordinate representation of color #CC495E: hue angle of 350.38º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC495E is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 73 94 -
CMYK 0 0.64 0.54 0.2
HSL 350.38º 0.56% 0.54% -
HSV(B) 350.38º 0.64% 0.8% -
XYZ 29.3 18.41 12.6 -
YUV 114.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 204 73 94 0 0.64 0.54 0.2 350.38 0.56 0.54
Hex CC 49 5E 0 40 36 14 15E 38 36
Octal 314 111 136 0 100 66 24 536 70 66
Binary 11001100 1001001 1011110 0 1000000 110110 10100 101011110 111000 110110

Color Harmonies of #CC495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC495E

Black with #CC495E

Text Example


Text Example

White with #CC495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC495E; }

 p { color: rgb(204,73,94); }

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

background-color css

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

 a { background-color: rgb(204,73,94); }

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

border-color css

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

 span { border-color: rgb(204,73,94); }

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