Html Css Color HEX #C3525A Mandy

📋 copy color: '#C3525A'

red 195 ◦ green 82 ◦ blue 90

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

Shades of Mandy #C3525A

Tints of Mandy #C3525A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.52%

R = 53.13%
G = 22.34%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3525A (or 0xC3525A) is known color: Mandy. HEX triplet: C3, 52 and 5A. RGB value is (195,82,90). Sum of RGB (Red+Green+Blue) = 195+82+90=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C3525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3525A is #3CADA5. Grayscale: #747474. Windows color (decimal): -3976614 or 5919427. OLE color: 5919427.

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

Color convert

RGB 195 82 90 -
CMYK 0 0.58 0.54 0.24
HSL 355.75º 0.48% 0.54% -
HSV(B) 355.75º 0.58% 0.76% -
XYZ 27.37 18.37 11.78 -
YUV 116.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 195 82 90 0 0.58 0.54 0.24 355.75 0.48 0.54
Hex C3 52 5A 0 3A 36 18 164 30 36
Octal 303 122 132 0 72 66 30 544 60 66
Binary 11000011 1010010 1011010 0 111010 110110 11000 101100100 110000 110110

Color Harmonies of #C3525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3525A

Black with #C3525A

Text Example


Text Example

White with #C3525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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