Html Css Color HEX #C7525F Mandy

📋 copy color: '#C7525F'

red 199 ◦ green 82 ◦ blue 95

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

Shades of Mandy #C7525F

Tints of Mandy #C7525F

RGB

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

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

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

R = 52.93%
G = 21.81%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7525F (or 0xC7525F) is known color: Mandy. HEX triplet: C7, 52 and 5F. RGB value is (199,82,95). Sum of RGB (Red+Green+Blue) = 199+82+95=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7525F is #38ADA0. Grayscale: #767676. Windows color (decimal): -3714465 or 6247111. OLE color: 6247111.

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

Color convert

RGB 199 82 95 -
CMYK 0 0.59 0.52 0.22
HSL 353.33º 0.51% 0.55% -
HSV(B) 353.33º 0.59% 0.78% -
XYZ 28.64 19 12.99 -
YUV 118.47 114.76 185.44 -
System Red Green Blue C M Y K H S L
Decimal 199 82 95 0 0.59 0.52 0.22 353.33 0.51 0.55
Hex C7 52 5F 0 3B 34 16 161 33 37
Octal 307 122 137 0 73 64 26 541 63 67
Binary 11000111 1010010 1011111 0 111011 110100 10110 101100001 110011 110111

Color Harmonies of #C7525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7525F

Black with #C7525F

Text Example


Text Example

White with #C7525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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