Html Css Color HEX #C45056 Mandy

📋 copy color: '#C45056'

red 196 ◦ green 80 ◦ blue 86

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

Shades of Mandy #C45056

Tints of Mandy #C45056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.1%

 BLUE value IS 86 (33.98% from 255) = 23.76%

R = 54.14%
G = 22.1%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C45056 (or 0xC45056) is known color: Mandy. HEX triplet: C4, 50 and 56. RGB value is (196,80,86). Sum of RGB (Red+Green+Blue) = 196+80+86=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C45056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45056 is #3BAFA9. Grayscale: #737373. Windows color (decimal): -3911594 or 5656772. OLE color: 5656772.

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

Color convert

RGB 196 80 86 -
CMYK 0 0.59 0.56 0.23
HSL 356.9º 0.5% 0.54% -
HSV(B) 356.9º 0.59% 0.77% -
XYZ 27.31 18.14 10.87 -
YUV 115.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 196 80 86 0 0.59 0.56 0.23 356.9 0.5 0.54
Hex C4 50 56 0 3B 38 17 165 32 36
Octal 304 120 126 0 73 70 27 545 62 66
Binary 11000100 1010000 1010110 0 111011 111000 10111 101100101 110010 110110

Color Harmonies of #C45056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45056

Black with #C45056

Text Example


Text Example

White with #C45056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45056; }

 p { color: rgb(196,80,86); }

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

background-color css

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

 a { background-color: rgb(196,80,86); }

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

border-color css

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

 span { border-color: rgb(196,80,86); }

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