Html Css Color HEX #CA585D Mandy

📋 copy color: '#CA585D'

red 202 ◦ green 88 ◦ blue 93

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

Shades of Mandy #CA585D

Tints of Mandy #CA585D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 52.74%
G = 22.98%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA585D (or 0xCA585D) is known color: Mandy. HEX triplet: CA, 58 and 5D. RGB value is (202,88,93). Sum of RGB (Red+Green+Blue) = 202+88+93=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA585D is #35A7A2. Grayscale: #7A7A7A. Windows color (decimal): -3516323 or 6117578. OLE color: 6117578.

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

Color convert

RGB 202 88 93 -
CMYK 0 0.56 0.54 0.21
HSL 357.37º 0.52% 0.57% -
HSV(B) 357.37º 0.56% 0.79% -
XYZ 29.82 20.33 12.71 -
YUV 122.66 111.27 184.59 -
System Red Green Blue C M Y K H S L
Decimal 202 88 93 0 0.56 0.54 0.21 357.37 0.52 0.57
Hex CA 58 5D 0 38 36 15 165 34 39
Octal 312 130 135 0 70 66 25 545 64 71
Binary 11001010 1011000 1011101 0 111000 110110 10101 101100101 110100 111001

Color Harmonies of #CA585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA585D

Black with #CA585D

Text Example


Text Example

White with #CA585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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