Html Css Color HEX #CA585F Mandy

📋 copy color: '#CA585F'

red 202 ◦ green 88 ◦ blue 95

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

Shades of Mandy #CA585F

Tints of Mandy #CA585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.86%

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

R = 52.47%
G = 22.86%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA585F (or 0xCA585F) is known color: Mandy. HEX triplet: CA, 58 and 5F. RGB value is (202,88,95). Sum of RGB (Red+Green+Blue) = 202+88+95=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA585F is #35A7A0. Grayscale: #7A7A7A. Windows color (decimal): -3516321 or 6248650. OLE color: 6248650.

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

Color convert

RGB 202 88 95 -
CMYK 0 0.56 0.53 0.21
HSL 356.32º 0.52% 0.57% -
HSV(B) 356.32º 0.56% 0.79% -
XYZ 29.91 20.36 13.18 -
YUV 122.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 202 88 95 0 0.56 0.53 0.21 356.32 0.52 0.57
Hex CA 58 5F 0 38 35 15 164 34 39
Octal 312 130 137 0 70 65 25 544 64 71
Binary 11001010 1011000 1011111 0 111000 110101 10101 101100100 110100 111001

Color Harmonies of #CA585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA585F

Black with #CA585F

Text Example


Text Example

White with #CA585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA585F; }

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

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

background-color css

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

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

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

border-color css

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

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

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