Html Css Color HEX #C6525D Mandy

📋 copy color: '#C6525D'

red 198 ◦ green 82 ◦ blue 93

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

Shades of Mandy #C6525D

Tints of Mandy #C6525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.93%

R = 53.08%
G = 21.98%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6525D (or 0xC6525D) is known color: Mandy. HEX triplet: C6, 52 and 5D. RGB value is (198,82,93). Sum of RGB (Red+Green+Blue) = 198+82+93=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6525D is #39ADA2. Grayscale: #767676. Windows color (decimal): -3780003 or 6116038. OLE color: 6116038.

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

Color convert

RGB 198 82 93 -
CMYK 0 0.59 0.53 0.22
HSL 354.31º 0.5% 0.55% -
HSV(B) 354.31º 0.59% 0.78% -
XYZ 28.28 18.83 12.5 -
YUV 117.94 113.93 185.11 -
System Red Green Blue C M Y K H S L
Decimal 198 82 93 0 0.59 0.53 0.22 354.31 0.5 0.55
Hex C6 52 5D 0 3B 35 16 162 32 37
Octal 306 122 135 0 73 65 26 542 62 67
Binary 11000110 1010010 1011101 0 111011 110101 10110 101100010 110010 110111

Color Harmonies of #C6525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6525D

Black with #C6525D

Text Example


Text Example

White with #C6525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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