Html Css Color HEX #C9525F Mandy

📋 copy color: '#C9525F'

red 201 ◦ green 82 ◦ blue 95

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

Shades of Mandy #C9525F

Tints of Mandy #C9525F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.13%

R = 53.17%
G = 21.69%
B = 25.13%

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

#C9525F (or 0xC9525F) is known color: Mandy. HEX triplet: C9, 52 and 5F. RGB value is (201,82,95). Sum of RGB (Red+Green+Blue) = 201+82+95=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9525F is #36ADA0. Grayscale: #777777. Windows color (decimal): -3583393 or 6247113. OLE color: 6247113.

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

Color convert

RGB 201 82 95 -
CMYK 0 0.59 0.53 0.21
HSL 353.45º 0.52% 0.55% -
HSV(B) 353.45º 0.59% 0.79% -
XYZ 29.17 19.28 13.01 -
YUV 119.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 201 82 95 0 0.59 0.53 0.21 353.45 0.52 0.55
Hex C9 52 5F 0 3B 35 15 161 34 37
Octal 311 122 137 0 73 65 25 541 64 67
Binary 11001001 1010010 1011111 0 111011 110101 10101 101100001 110100 110111

Color Harmonies of #C9525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9525F

Black with #C9525F

Text Example


Text Example

White with #C9525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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