Html Css Color HEX #C45965 Mandy

📋 copy color: '#C45965'

red 196 ◦ green 89 ◦ blue 101

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

Shades of Mandy #C45965

Tints of Mandy #C45965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.06%

 BLUE value IS 101 (39.84% from 255) = 26.17%

R = 50.78%
G = 23.06%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C45965 (or 0xC45965) is known color: Mandy. HEX triplet: C4, 59 and 65. RGB value is (196,89,101). Sum of RGB (Red+Green+Blue) = 196+89+101=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C45965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45965 is #3BA69A. Grayscale: #7A7A7A. Windows color (decimal): -3909275 or 6642116. OLE color: 6642116.

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

Color convert

RGB 196 89 101 -
CMYK 0 0.55 0.48 0.23
HSL 353.27º 0.48% 0.56% -
HSV(B) 353.27º 0.55% 0.77% -
XYZ 28.69 19.82 14.63 -
YUV 122.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 196 89 101 0 0.55 0.48 0.23 353.27 0.48 0.56
Hex C4 59 65 0 37 30 17 161 30 38
Octal 304 131 145 0 67 60 27 541 60 70
Binary 11000100 1011001 1100101 0 110111 110000 10111 101100001 110000 111000

Color Harmonies of #C45965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45965

Black with #C45965

Text Example


Text Example

White with #C45965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45965; }

 p { color: rgb(196,89,101); }

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

background-color css

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

 a { background-color: rgb(196,89,101); }

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

border-color css

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

 span { border-color: rgb(196,89,101); }

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