Html Css Color HEX #CA4957 Mandy

📋 copy color: '#CA4957'

red 202 ◦ green 73 ◦ blue 87

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

Shades of Mandy #CA4957

Tints of Mandy #CA4957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.03%

R = 55.8%
G = 20.17%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA4957 (or 0xCA4957) is known color: Mandy. HEX triplet: CA, 49 and 57. RGB value is (202,73,87). Sum of RGB (Red+Green+Blue) = 202+73+87=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4957 is #35B6A8. Grayscale: #717171. Windows color (decimal): -3520169 or 5720522. OLE color: 5720522.

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

Color convert

RGB 202 73 87 -
CMYK 0 0.64 0.57 0.21
HSL 353.49º 0.55% 0.54% -
HSV(B) 353.49º 0.64% 0.79% -
XYZ 28.46 18.01 10.99 -
YUV 113.17 113.24 191.36 -
System Red Green Blue C M Y K H S L
Decimal 202 73 87 0 0.64 0.57 0.21 353.49 0.55 0.54
Hex CA 49 57 0 40 39 15 161 37 36
Octal 312 111 127 0 100 71 25 541 67 66
Binary 11001010 1001001 1010111 0 1000000 111001 10101 101100001 110111 110110

Color Harmonies of #CA4957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4957

Black with #CA4957

Text Example


Text Example

White with #CA4957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4957; }

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

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

background-color css

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

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

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

border-color css

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

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

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