Html Css Color HEX #C2595A Mandy

📋 copy color: '#C2595A'

red 194 ◦ green 89 ◦ blue 90

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

Shades of Mandy #C2595A

Tints of Mandy #C2595A

RGB

 RED value IS 194 (76.17% from 255) = 52.01%

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

 BLUE value IS 90 (35.55% from 255) = 24.13%

R = 52.01%
G = 23.86%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2595A (or 0xC2595A) is known color: Mandy. HEX triplet: C2, 59 and 5A. RGB value is (194,89,90). Sum of RGB (Red+Green+Blue) = 194+89+90=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2595A is #3DA6A5. Grayscale: #787878. Windows color (decimal): -4040358 or 5921218. OLE color: 5921218.

HSL color Cylindrical-coordinate representation of color #C2595A: hue angle of 359.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2595A is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 89 90 -
CMYK 0 0.54 0.54 0.24
HSL 359.43º 0.46% 0.55% -
HSV(B) 359.43º 0.54% 0.76% -
XYZ 27.67 19.35 11.95 -
YUV 120.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 194 89 90 0 0.54 0.54 0.24 359.43 0.46 0.55
Hex C2 59 5A 0 36 36 18 167 2E 37
Octal 302 131 132 0 66 66 30 547 56 67
Binary 11000010 1011001 1011010 0 110110 110110 11000 101100111 101110 110111

Color Harmonies of #C2595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2595A

Black with #C2595A

Text Example


Text Example

White with #C2595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2595A; }

 p { color: rgb(194,89,90); }

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

background-color css

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

 a { background-color: rgb(194,89,90); }

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

border-color css

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

 span { border-color: rgb(194,89,90); }

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