Html Css Color HEX #C36164 Mandy

📋 copy color: '#C36164'

red 195 ◦ green 97 ◦ blue 100

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

Shades of Mandy #C36164

Tints of Mandy #C36164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.74%

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

R = 49.74%
G = 24.74%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C36164 (or 0xC36164) is known color: Mandy. HEX triplet: C3, 61 and 64. RGB value is (195,97,100). Sum of RGB (Red+Green+Blue) = 195+97+100=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C36164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36164 is #3C9E9B. Grayscale: #7E7E7E. Windows color (decimal): -3972764 or 6578627. OLE color: 6578627.

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

Color convert

RGB 195 97 100 -
CMYK 0 0.50 0.49 0.24
HSL 358.16º 0.45% 0.57% -
HSV(B) 358.16º 0.5% 0.76% -
XYZ 29.08 21.07 14.59 -
YUV 126.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 195 97 100 0 0.50 0.49 0.24 358.16 0.45 0.57
Hex C3 61 64 0 32 31 18 166 2D 39
Octal 303 141 144 0 62 61 30 546 55 71
Binary 11000011 1100001 1100100 0 110010 110001 11000 101100110 101101 111001

Color Harmonies of #C36164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36164

Black with #C36164

Text Example


Text Example

White with #C36164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36164; }

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

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

background-color css

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

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

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

border-color css

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

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

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