Html Css Color HEX #C6525C Mandy

📋 copy color: '#C6525C'

red 198 ◦ green 82 ◦ blue 92

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

Shades of Mandy #C6525C

Tints of Mandy #C6525C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.73%

R = 53.23%
G = 22.04%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6525C (or 0xC6525C) is known color: Mandy. HEX triplet: C6, 52 and 5C. RGB value is (198,82,92). Sum of RGB (Red+Green+Blue) = 198+82+92=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6525C is #39ADA3. Grayscale: #757575. Windows color (decimal): -3780004 or 6050502. OLE color: 6050502.

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

Color convert

RGB 198 82 92 -
CMYK 0 0.59 0.54 0.22
HSL 354.83º 0.5% 0.55% -
HSV(B) 354.83º 0.59% 0.78% -
XYZ 28.24 18.81 12.27 -
YUV 117.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 198 82 92 0 0.59 0.54 0.22 354.83 0.5 0.55
Hex C6 52 5C 0 3B 36 16 163 32 37
Octal 306 122 134 0 73 66 26 543 62 67
Binary 11000110 1010010 1011100 0 111011 110110 10110 101100011 110010 110111

Color Harmonies of #C6525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6525C

Black with #C6525C

Text Example


Text Example

White with #C6525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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