Html Css Color HEX #CC495B Mandy

📋 copy color: '#CC495B'

red 204 ◦ green 73 ◦ blue 91

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

Shades of Mandy #CC495B

Tints of Mandy #CC495B

RGB

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

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

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

R = 55.43%
G = 19.84%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC495B (or 0xCC495B) is known color: Mandy. HEX triplet: CC, 49 and 5B. RGB value is (204,73,91). Sum of RGB (Red+Green+Blue) = 204+73+91=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC495B is #33B6A4. Grayscale: #727272. Windows color (decimal): -3389093 or 5982668. OLE color: 5982668.

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

Color convert

RGB 204 73 91 -
CMYK 0 0.64 0.55 0.2
HSL 351.76º 0.56% 0.54% -
HSV(B) 351.76º 0.64% 0.8% -
XYZ 29.17 18.36 11.9 -
YUV 114.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 204 73 91 0 0.64 0.55 0.2 351.76 0.56 0.54
Hex CC 49 5B 0 40 37 14 160 38 36
Octal 314 111 133 0 100 67 24 540 70 66
Binary 11001100 1001001 1011011 0 1000000 110111 10100 101100000 111000 110110

Color Harmonies of #CC495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC495B

Black with #CC495B

Text Example


Text Example

White with #CC495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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