Html Css Color HEX #C36264 Mandy

📋 copy color: '#C36264'

red 195 ◦ green 98 ◦ blue 100

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

Shades of Mandy #C36264

Tints of Mandy #C36264

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.94%

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

R = 49.62%
G = 24.94%
B = 25.45%

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

#C36264 (or 0xC36264) is known color: Mandy. HEX triplet: C3, 62 and 64. RGB value is (195,98,100). Sum of RGB (Red+Green+Blue) = 195+98+100=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C36264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36264 is #3C9D9B. Grayscale: #7F7F7F. Windows color (decimal): -3972508 or 6578883. OLE color: 6578883.

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

Color convert

RGB 195 98 100 -
CMYK 0 0.50 0.49 0.24
HSL 358.76º 0.45% 0.57% -
HSV(B) 358.76º 0.5% 0.76% -
XYZ 29.17 21.26 14.62 -
YUV 127.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 195 98 100 0 0.50 0.49 0.24 358.76 0.45 0.57
Hex C3 62 64 0 32 31 18 167 2D 39
Octal 303 142 144 0 62 61 30 547 55 71
Binary 11000011 1100010 1100100 0 110010 110001 11000 101100111 101101 111001

Color Harmonies of #C36264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36264

Black with #C36264

Text Example


Text Example

White with #C36264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36264; }

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

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

background-color css

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

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

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

border-color css

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

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

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