Html Css Color HEX #C36064 Mandy

📋 copy color: '#C36064'

red 195 ◦ green 96 ◦ blue 100

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

Shades of Mandy #C36064

Tints of Mandy #C36064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.58%

R = 49.87%
G = 24.55%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C36064 (or 0xC36064) is known color: Mandy. HEX triplet: C3, 60 and 64. RGB value is (195,96,100). Sum of RGB (Red+Green+Blue) = 195+96+100=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C36064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36064 is #3C9F9B. Grayscale: #7E7E7E. Windows color (decimal): -3973020 or 6578371. OLE color: 6578371.

HSL color Cylindrical-coordinate representation of color #C36064: hue angle of 357.58º 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 #C36064 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 96 100 -
CMYK 0 0.51 0.49 0.24
HSL 357.58º 0.45% 0.57% -
HSV(B) 357.58º 0.51% 0.76% -
XYZ 28.99 20.89 14.56 -
YUV 126.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 195 96 100 0 0.51 0.49 0.24 357.58 0.45 0.57
Hex C3 60 64 0 33 31 18 166 2D 39
Octal 303 140 144 0 63 61 30 546 55 71
Binary 11000011 1100000 1100100 0 110011 110001 11000 101100110 101101 111001

Color Harmonies of #C36064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36064

Black with #C36064

Text Example


Text Example

White with #C36064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36064; }

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

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

background-color css

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

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

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

border-color css

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

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

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