Html Css Color HEX #CA495C Mandy

📋 copy color: '#CA495C'

red 202 ◦ green 73 ◦ blue 92

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

Shades of Mandy #CA495C

Tints of Mandy #CA495C

RGB

 RED value IS 202 (79.3% from 255) = 55.04%

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

 BLUE value IS 92 (36.33% from 255) = 25.07%

R = 55.04%
G = 19.89%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA495C (or 0xCA495C) is known color: Mandy. HEX triplet: CA, 49 and 5C. RGB value is (202,73,92). Sum of RGB (Red+Green+Blue) = 202+73+92=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA495C is #35B6A3. Grayscale: #717171. Windows color (decimal): -3520164 or 6048202. OLE color: 6048202.

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

Color convert

RGB 202 73 92 -
CMYK 0 0.64 0.54 0.21
HSL 351.16º 0.55% 0.54% -
HSV(B) 351.16º 0.64% 0.79% -
XYZ 28.67 18.09 12.11 -
YUV 113.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 202 73 92 0 0.64 0.54 0.21 351.16 0.55 0.54
Hex CA 49 5C 0 40 36 15 15F 37 36
Octal 312 111 134 0 100 66 25 537 67 66
Binary 11001010 1001001 1011100 0 1000000 110110 10101 101011111 110111 110110

Color Harmonies of #CA495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA495C

Black with #CA495C

Text Example


Text Example

White with #CA495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA495C; }

 p { color: rgb(202,73,92); }

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

background-color css

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

 a { background-color: rgb(202,73,92); }

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

border-color css

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

 span { border-color: rgb(202,73,92); }

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