Html Css Color HEX #C45055 Mandy

📋 copy color: '#C45055'

red 196 ◦ green 80 ◦ blue 85

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

Shades of Mandy #C45055

Tints of Mandy #C45055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.55%

R = 54.29%
G = 22.16%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C45055 (or 0xC45055) is known color: Mandy. HEX triplet: C4, 50 and 55. RGB value is (196,80,85). Sum of RGB (Red+Green+Blue) = 196+80+85=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C45055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45055 is #3BAFAA. Grayscale: #737373. Windows color (decimal): -3911595 or 5591236. OLE color: 5591236.

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

Color convert

RGB 196 80 85 -
CMYK 0 0.59 0.57 0.23
HSL 357.41º 0.5% 0.54% -
HSV(B) 357.41º 0.59% 0.77% -
XYZ 27.27 18.13 10.66 -
YUV 115.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 196 80 85 0 0.59 0.57 0.23 357.41 0.5 0.54
Hex C4 50 55 0 3B 39 17 165 32 36
Octal 304 120 125 0 73 71 27 545 62 66
Binary 11000100 1010000 1010101 0 111011 111001 10111 101100101 110010 110110

Color Harmonies of #C45055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45055

Black with #C45055

Text Example


Text Example

White with #C45055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45055; }

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

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

background-color css

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

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

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

border-color css

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

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

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