Html Css Color HEX #C9525E Mandy

📋 copy color: '#C9525E'

red 201 ◦ green 82 ◦ blue 94

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

Shades of Mandy #C9525E

Tints of Mandy #C9525E

RGB

 RED value IS 201 (78.91% from 255) = 53.32%

 GREEN value IS 82 (32.42% from 255) = 21.75%

 BLUE value IS 94 (37.11% from 255) = 24.93%

R = 53.32%
G = 21.75%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9525E (or 0xC9525E) is known color: Mandy. HEX triplet: C9, 52 and 5E. RGB value is (201,82,94). Sum of RGB (Red+Green+Blue) = 201+82+94=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9525E is #36ADA1. Grayscale: #777777. Windows color (decimal): -3583394 or 6181577. OLE color: 6181577.

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

Color convert

RGB 201 82 94 -
CMYK 0 0.59 0.53 0.21
HSL 353.95º 0.52% 0.55% -
HSV(B) 353.95º 0.59% 0.79% -
XYZ 29.13 19.26 12.77 -
YUV 118.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 201 82 94 0 0.59 0.53 0.21 353.95 0.52 0.55
Hex C9 52 5E 0 3B 35 15 162 34 37
Octal 311 122 136 0 73 65 25 542 64 67
Binary 11001001 1010010 1011110 0 111011 110101 10101 101100010 110100 110111

Color Harmonies of #C9525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9525E

Black with #C9525E

Text Example


Text Example

White with #C9525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9525E; }

 p { color: rgb(201,82,94); }

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

background-color css

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

 a { background-color: rgb(201,82,94); }

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

border-color css

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

 span { border-color: rgb(201,82,94); }

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