Html Css Color HEX #C9525A Mandy

📋 copy color: '#C9525A'

red 201 ◦ green 82 ◦ blue 90

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

Shades of Mandy #C9525A

Tints of Mandy #C9525A

RGB

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

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

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

R = 53.89%
G = 21.98%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9525A (or 0xC9525A) is known color: Mandy. HEX triplet: C9, 52 and 5A. RGB value is (201,82,90). Sum of RGB (Red+Green+Blue) = 201+82+90=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9525A is #36ADA5. Grayscale: #767676. Windows color (decimal): -3583398 or 5919433. OLE color: 5919433.

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

Color convert

RGB 201 82 90 -
CMYK 0 0.59 0.55 0.21
HSL 355.97º 0.52% 0.55% -
HSV(B) 355.97º 0.59% 0.79% -
XYZ 28.95 19.19 11.85 -
YUV 118.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 201 82 90 0 0.59 0.55 0.21 355.97 0.52 0.55
Hex C9 52 5A 0 3B 37 15 164 34 37
Octal 311 122 132 0 73 67 25 544 64 67
Binary 11001001 1010010 1011010 0 111011 110111 10101 101100100 110100 110111

Color Harmonies of #C9525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9525A

Black with #C9525A

Text Example


Text Example

White with #C9525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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