Html Css Color HEX #C3525B Mandy

📋 copy color: '#C3525B'

red 195 ◦ green 82 ◦ blue 91

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

Shades of Mandy #C3525B

Tints of Mandy #C3525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.73%

R = 52.99%
G = 22.28%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3525B (or 0xC3525B) is known color: Mandy. HEX triplet: C3, 52 and 5B. RGB value is (195,82,91). Sum of RGB (Red+Green+Blue) = 195+82+91=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3525B is #3CADA4. Grayscale: #747474. Windows color (decimal): -3976613 or 5984963. OLE color: 5984963.

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

Color convert

RGB 195 82 91 -
CMYK 0 0.58 0.53 0.24
HSL 355.22º 0.48% 0.54% -
HSV(B) 355.22º 0.58% 0.76% -
XYZ 27.41 18.39 12 -
YUV 116.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 195 82 91 0 0.58 0.53 0.24 355.22 0.48 0.54
Hex C3 52 5B 0 3A 35 18 163 30 36
Octal 303 122 133 0 72 65 30 543 60 66
Binary 11000011 1010010 1011011 0 111010 110101 11000 101100011 110000 110110

Color Harmonies of #C3525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3525B

Black with #C3525B

Text Example


Text Example

White with #C3525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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