Html Css Color HEX #CA595D Mandy

📋 copy color: '#CA595D'

red 202 ◦ green 89 ◦ blue 93

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

Shades of Mandy #CA595D

Tints of Mandy #CA595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.18%

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

R = 52.6%
G = 23.18%
B = 24.22%

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

#CA595D (or 0xCA595D) is known color: Mandy. HEX triplet: CA, 59 and 5D. RGB value is (202,89,93). Sum of RGB (Red+Green+Blue) = 202+89+93=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA595D is #35A6A2. Grayscale: #7B7B7B. Windows color (decimal): -3516067 or 6117834. OLE color: 6117834.

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

Color convert

RGB 202 89 93 -
CMYK 0 0.56 0.54 0.21
HSL 357.88º 0.52% 0.57% -
HSV(B) 357.88º 0.56% 0.79% -
XYZ 29.91 20.49 12.74 -
YUV 123.24 110.94 184.17 -
System Red Green Blue C M Y K H S L
Decimal 202 89 93 0 0.56 0.54 0.21 357.88 0.52 0.57
Hex CA 59 5D 0 38 36 15 166 34 39
Octal 312 131 135 0 70 66 25 546 64 71
Binary 11001010 1011001 1011101 0 111000 110110 10101 101100110 110100 111001

Color Harmonies of #CA595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA595D

Black with #CA595D

Text Example


Text Example

White with #CA595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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