Html Css Color HEX #C45051 Mandy

📋 copy color: '#C45051'

red 196 ◦ green 80 ◦ blue 81

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

Shades of Mandy #C45051

Tints of Mandy #C45051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.69%

R = 54.9%
G = 22.41%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C45051 (or 0xC45051) is known color: Mandy. HEX triplet: C4, 50 and 51. RGB value is (196,80,81). Sum of RGB (Red+Green+Blue) = 196+80+81=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C45051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45051 is #3BAFAE. Grayscale: #727272. Windows color (decimal): -3911599 or 5329092. OLE color: 5329092.

HSL color Cylindrical-coordinate representation of color #C45051: hue angle of 359.48º 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 #C45051 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 81 -
CMYK 0 0.59 0.59 0.23
HSL 359.48º 0.5% 0.54% -
HSV(B) 359.48º 0.59% 0.77% -
XYZ 27.12 18.07 9.84 -
YUV 114.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 196 80 81 0 0.59 0.59 0.23 359.48 0.5 0.54
Hex C4 50 51 0 3B 3B 17 167 32 36
Octal 304 120 121 0 73 73 27 547 62 66
Binary 11000100 1010000 1010001 0 111011 111011 10111 101100111 110010 110110

Color Harmonies of #C45051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45051

Black with #C45051

Text Example


Text Example

White with #C45051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45051; }

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

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

background-color css

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

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

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

border-color css

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

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

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