Html Css Color HEX #CA595C Mandy

📋 copy color: '#CA595C'

red 202 ◦ green 89 ◦ blue 92

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

Shades of Mandy #CA595C

Tints of Mandy #CA595C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.02%

R = 52.74%
G = 23.24%
B = 24.02%

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

#CA595C (or 0xCA595C) is known color: Mandy. HEX triplet: CA, 59 and 5C. RGB value is (202,89,92). Sum of RGB (Red+Green+Blue) = 202+89+92=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA595C is #35A6A3. Grayscale: #7B7B7B. Windows color (decimal): -3516068 or 6052298. OLE color: 6052298.

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

Color convert

RGB 202 89 92 -
CMYK 0 0.56 0.54 0.21
HSL 358.41º 0.52% 0.57% -
HSV(B) 358.41º 0.56% 0.79% -
XYZ 29.86 20.47 12.5 -
YUV 123.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 202 89 92 0 0.56 0.54 0.21 358.41 0.52 0.57
Hex CA 59 5C 0 38 36 15 166 34 39
Octal 312 131 134 0 70 66 25 546 64 71
Binary 11001010 1011001 1011100 0 111000 110110 10101 101100110 110100 111001

Color Harmonies of #CA595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA595C

Black with #CA595C

Text Example


Text Example

White with #CA595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA595C; }

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

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

background-color css

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

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

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

border-color css

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

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

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