Html Css Color HEX #CA4857 Mandy

📋 copy color: '#CA4857'

red 202 ◦ green 72 ◦ blue 87

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

Shades of Mandy #CA4857

Tints of Mandy #CA4857

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

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

R = 55.96%
G = 19.94%
B = 24.1%

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

#CA4857 (or 0xCA4857) is known color: Mandy. HEX triplet: CA, 48 and 57. RGB value is (202,72,87). Sum of RGB (Red+Green+Blue) = 202+72+87=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4857 is #35B7A8. Grayscale: #707070. Windows color (decimal): -3520425 or 5720266. OLE color: 5720266.

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

Color convert

RGB 202 72 87 -
CMYK 0 0.64 0.57 0.21
HSL 353.08º 0.55% 0.54% -
HSV(B) 353.08º 0.64% 0.79% -
XYZ 28.39 17.88 10.97 -
YUV 112.58 113.57 191.78 -
System Red Green Blue C M Y K H S L
Decimal 202 72 87 0 0.64 0.57 0.21 353.08 0.55 0.54
Hex CA 48 57 0 40 39 15 161 37 36
Octal 312 110 127 0 100 71 25 541 67 66
Binary 11001010 1001000 1010111 0 1000000 111001 10101 101100001 110111 110110

Color Harmonies of #CA4857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4857

Black with #CA4857

Text Example


Text Example

White with #CA4857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4857; }

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

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

background-color css

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

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

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

border-color css

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

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

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