Html Css Color HEX #C7525A Mandy

📋 copy color: '#C7525A'

red 199 ◦ green 82 ◦ blue 90

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

Shades of Mandy #C7525A

Tints of Mandy #C7525A

RGB

 RED value IS 199 (78.13% from 255) = 53.64%

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

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

R = 53.64%
G = 22.1%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7525A (or 0xC7525A) is known color: Mandy. HEX triplet: C7, 52 and 5A. RGB value is (199,82,90). Sum of RGB (Red+Green+Blue) = 199+82+90=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7525A is #38ADA5. Grayscale: #757575. Windows color (decimal): -3714470 or 5919431. OLE color: 5919431.

HSL color Cylindrical-coordinate representation of color #C7525A: hue angle of 355.9º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C7525A is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 82 90 -
CMYK 0 0.59 0.55 0.22
HSL 355.9º 0.51% 0.55% -
HSV(B) 355.9º 0.59% 0.78% -
XYZ 28.42 18.91 11.83 -
YUV 117.9 112.26 185.85 -
System Red Green Blue C M Y K H S L
Decimal 199 82 90 0 0.59 0.55 0.22 355.9 0.51 0.55
Hex C7 52 5A 0 3B 37 16 164 33 37
Octal 307 122 132 0 73 67 26 544 63 67
Binary 11000111 1010010 1011010 0 111011 110111 10110 101100100 110011 110111

Color Harmonies of #C7525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7525A

Black with #C7525A

Text Example


Text Example

White with #C7525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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