Html Css Color HEX #C36061 Mandy

📋 copy color: '#C36061'

red 195 ◦ green 96 ◦ blue 97

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

Shades of Mandy #C36061

Tints of Mandy #C36061

RGB

 RED value IS 195 (76.56% from 255) = 50.26%

 GREEN value IS 96 (37.89% from 255) = 24.74%

 BLUE value IS 97 (38.28% from 255) = 25%

R = 50.26%
G = 24.74%
B = 25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C36061 (or 0xC36061) is known color: Mandy. HEX triplet: C3, 60 and 61. RGB value is (195,96,97). Sum of RGB (Red+Green+Blue) = 195+96+97=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C36061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36061 is #3C9F9E. Grayscale: #7D7D7D. Windows color (decimal): -3973023 or 6381763. OLE color: 6381763.

HSL color Cylindrical-coordinate representation of color #C36061: hue angle of 359.39º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36061 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 96 97 -
CMYK 0 0.51 0.50 0.24
HSL 359.39º 0.45% 0.57% -
HSV(B) 359.39º 0.51% 0.76% -
XYZ 28.85 20.83 13.81 -
YUV 125.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 195 96 97 0 0.51 0.50 0.24 359.39 0.45 0.57
Hex C3 60 61 0 33 32 18 167 2D 39
Octal 303 140 141 0 63 62 30 547 55 71
Binary 11000011 1100000 1100001 0 110011 110010 11000 101100111 101101 111001

Color Harmonies of #C36061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36061

Black with #C36061

Text Example


Text Example

White with #C36061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36061; }

 p { color: rgb(195,96,97); }

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

background-color css

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

 a { background-color: rgb(195,96,97); }

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

border-color css

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

 span { border-color: rgb(195,96,97); }

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