Html Css Color HEX #CA565F Mandy

📋 copy color: '#CA565F'

red 202 ◦ green 86 ◦ blue 95

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

Shades of Mandy #CA565F

Tints of Mandy #CA565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.45%

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

R = 52.74%
G = 22.45%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA565F (or 0xCA565F) is known color: Mandy. HEX triplet: CA, 56 and 5F. RGB value is (202,86,95). Sum of RGB (Red+Green+Blue) = 202+86+95=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA565F is #35A9A0. Grayscale: #797979. Windows color (decimal): -3516833 or 6248138. OLE color: 6248138.

HSL color Cylindrical-coordinate representation of color #CA565F: hue angle of 355.34º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA565F is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 86 95 -
CMYK 0 0.57 0.53 0.21
HSL 355.34º 0.52% 0.56% -
HSV(B) 355.34º 0.57% 0.79% -
XYZ 29.75 20.04 13.13 -
YUV 121.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 202 86 95 0 0.57 0.53 0.21 355.34 0.52 0.56
Hex CA 56 5F 0 39 35 15 163 34 38
Octal 312 126 137 0 71 65 25 543 64 70
Binary 11001010 1010110 1011111 0 111001 110101 10101 101100011 110100 111000

Color Harmonies of #CA565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA565F

Black with #CA565F

Text Example


Text Example

White with #CA565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA565F; }

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

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

background-color css

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

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

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

border-color css

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

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

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