Html Css Color HEX #CC495A Mandy

📋 copy color: '#CC495A'

red 204 ◦ green 73 ◦ blue 90

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

Shades of Mandy #CC495A

Tints of Mandy #CC495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.52%

R = 55.59%
G = 19.89%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC495A (or 0xCC495A) is known color: Mandy. HEX triplet: CC, 49 and 5A. RGB value is (204,73,90). Sum of RGB (Red+Green+Blue) = 204+73+90=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC495A is #33B6A5. Grayscale: #727272. Windows color (decimal): -3389094 or 5917132. OLE color: 5917132.

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

Color convert

RGB 204 73 90 -
CMYK 0 0.64 0.56 0.2
HSL 352.21º 0.56% 0.54% -
HSV(B) 352.21º 0.64% 0.8% -
XYZ 29.13 18.34 11.68 -
YUV 114.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 204 73 90 0 0.64 0.56 0.2 352.21 0.56 0.54
Hex CC 49 5A 0 40 38 14 160 38 36
Octal 314 111 132 0 100 70 24 540 70 66
Binary 11001100 1001001 1011010 0 1000000 111000 10100 101100000 111000 110110

Color Harmonies of #CC495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC495A

Black with #CC495A

Text Example


Text Example

White with #CC495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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