Html Css Color HEX #C3525E Mandy

📋 copy color: '#C3525E'

red 195 ◦ green 82 ◦ blue 94

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

Shades of Mandy #C3525E

Tints of Mandy #C3525E

RGB

 RED value IS 195 (76.56% from 255) = 52.56%

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

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 52.56%
G = 22.1%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3525E (or 0xC3525E) is known color: Mandy. HEX triplet: C3, 52 and 5E. RGB value is (195,82,94). Sum of RGB (Red+Green+Blue) = 195+82+94=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3525E is #3CADA1. Grayscale: #757575. Windows color (decimal): -3976610 or 6181571. OLE color: 6181571.

HSL color Cylindrical-coordinate representation of color #C3525E: hue angle of 353.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3525E is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 82 94 -
CMYK 0 0.58 0.52 0.24
HSL 353.63º 0.48% 0.54% -
HSV(B) 353.63º 0.58% 0.76% -
XYZ 27.54 18.44 12.7 -
YUV 117.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 195 82 94 0 0.58 0.52 0.24 353.63 0.48 0.54
Hex C3 52 5E 0 3A 34 18 162 30 36
Octal 303 122 136 0 72 64 30 542 60 66
Binary 11000011 1010010 1011110 0 111010 110100 11000 101100010 110000 110110

Color Harmonies of #C3525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3525E

Black with #C3525E

Text Example


Text Example

White with #C3525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3525E; }

 p { color: rgb(195,82,94); }

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

background-color css

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

 a { background-color: rgb(195,82,94); }

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

border-color css

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

 span { border-color: rgb(195,82,94); }

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