Html Css Color HEX #C45A5F Mandy

📋 copy color: '#C45A5F'

red 196 ◦ green 90 ◦ blue 95

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

Shades of Mandy #C45A5F

Tints of Mandy #C45A5F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.62%

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

R = 51.44%
G = 23.62%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C45A5F (or 0xC45A5F) is known color: Mandy. HEX triplet: C4, 5A and 5F. RGB value is (196,90,95). Sum of RGB (Red+Green+Blue) = 196+90+95=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A5F is #3BA5A0. Grayscale: #7A7A7A. Windows color (decimal): -3909025 or 6249156. OLE color: 6249156.

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

Color convert

RGB 196 90 95 -
CMYK 0 0.54 0.52 0.23
HSL 357.17º 0.47% 0.56% -
HSV(B) 357.17º 0.54% 0.77% -
XYZ 28.49 19.87 13.16 -
YUV 122.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 196 90 95 0 0.54 0.52 0.23 357.17 0.47 0.56
Hex C4 5A 5F 0 36 34 17 165 2F 38
Octal 304 132 137 0 66 64 27 545 57 70
Binary 11000100 1011010 1011111 0 110110 110100 10111 101100101 101111 111000

Color Harmonies of #C45A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45A5F

Black with #C45A5F

Text Example


Text Example

White with #C45A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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