Html Css Color HEX #C6525F Mandy

📋 copy color: '#C6525F'

red 198 ◦ green 82 ◦ blue 95

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

Shades of Mandy #C6525F

Tints of Mandy #C6525F

RGB

 RED value IS 198 (77.73% from 255) = 52.8%

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

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

R = 52.8%
G = 21.87%
B = 25.33%

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

#C6525F (or 0xC6525F) is known color: Mandy. HEX triplet: C6, 52 and 5F. RGB value is (198,82,95). Sum of RGB (Red+Green+Blue) = 198+82+95=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6525F is #39ADA0. Grayscale: #767676. Windows color (decimal): -3780001 or 6247110. OLE color: 6247110.

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

Color convert

RGB 198 82 95 -
CMYK 0 0.59 0.52 0.22
HSL 353.28º 0.5% 0.55% -
HSV(B) 353.28º 0.59% 0.78% -
XYZ 28.37 18.87 12.97 -
YUV 118.17 114.93 184.94 -
System Red Green Blue C M Y K H S L
Decimal 198 82 95 0 0.59 0.52 0.22 353.28 0.5 0.55
Hex C6 52 5F 0 3B 34 16 161 32 37
Octal 306 122 137 0 73 64 26 541 62 67
Binary 11000110 1010010 1011111 0 111011 110100 10110 101100001 110010 110111

Color Harmonies of #C6525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6525F

Black with #C6525F

Text Example


Text Example

White with #C6525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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