Html Css Color HEX #C4525F Mandy

📋 copy color: '#C4525F'

red 196 ◦ green 82 ◦ blue 95

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

Shades of Mandy #C4525F

Tints of Mandy #C4525F

RGB

 RED value IS 196 (76.95% from 255) = 52.55%

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

 BLUE value IS 95 (37.5% from 255) = 25.47%

R = 52.55%
G = 21.98%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4525F (or 0xC4525F) is known color: Mandy. HEX triplet: C4, 52 and 5F. RGB value is (196,82,95). Sum of RGB (Red+Green+Blue) = 196+82+95=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4525F is #3BADA0. Grayscale: #757575. Windows color (decimal): -3911073 or 6247108. OLE color: 6247108.

HSL color Cylindrical-coordinate representation of color #C4525F: hue angle of 353.16º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4525F is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 82 95 -
CMYK 0 0.58 0.52 0.23
HSL 353.16º 0.49% 0.55% -
HSV(B) 353.16º 0.58% 0.77% -
XYZ 27.85 18.6 12.95 -
YUV 117.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 196 82 95 0 0.58 0.52 0.23 353.16 0.49 0.55
Hex C4 52 5F 0 3A 34 17 161 31 37
Octal 304 122 137 0 72 64 27 541 61 67
Binary 11000100 1010010 1011111 0 111010 110100 10111 101100001 110001 110111

Color Harmonies of #C4525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4525F

Black with #C4525F

Text Example


Text Example

White with #C4525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4525F; }

 p { color: rgb(196,82,95); }

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

background-color css

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

 a { background-color: rgb(196,82,95); }

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

border-color css

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

 span { border-color: rgb(196,82,95); }

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