Html Css Color HEX #CA495F Mandy

📋 copy color: '#CA495F'

red 202 ◦ green 73 ◦ blue 95

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

Shades of Mandy #CA495F

Tints of Mandy #CA495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 54.59%
G = 19.73%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA495F (or 0xCA495F) is known color: Mandy. HEX triplet: CA, 49 and 5F. RGB value is (202,73,95). Sum of RGB (Red+Green+Blue) = 202+73+95=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA495F is #35B6A0. Grayscale: #727272. Windows color (decimal): -3520161 or 6244810. OLE color: 6244810.

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

Color convert

RGB 202 73 95 -
CMYK 0 0.64 0.53 0.21
HSL 349.77º 0.55% 0.54% -
HSV(B) 349.77º 0.64% 0.79% -
XYZ 28.81 18.15 12.81 -
YUV 114.08 117.24 190.71 -
System Red Green Blue C M Y K H S L
Decimal 202 73 95 0 0.64 0.53 0.21 349.77 0.55 0.54
Hex CA 49 5F 0 40 35 15 15E 37 36
Octal 312 111 137 0 100 65 25 536 67 66
Binary 11001010 1001001 1011111 0 1000000 110101 10101 101011110 110111 110110

Color Harmonies of #CA495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA495F

Black with #CA495F

Text Example


Text Example

White with #CA495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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