Html Css Color HEX #C36266 Mandy

📋 copy color: '#C36266'

red 195 ◦ green 98 ◦ blue 102

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

Shades of Mandy #C36266

Tints of Mandy #C36266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.82%

R = 49.37%
G = 24.81%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C36266 (or 0xC36266) is known color: Mandy. HEX triplet: C3, 62 and 66. RGB value is (195,98,102). Sum of RGB (Red+Green+Blue) = 195+98+102=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C36266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36266 is #3C9D99. Grayscale: #7F7F7F. Windows color (decimal): -3972506 or 6709955. OLE color: 6709955.

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

Color convert

RGB 195 98 102 -
CMYK 0 0.50 0.48 0.24
HSL 357.53º 0.45% 0.57% -
HSV(B) 357.53º 0.5% 0.76% -
XYZ 29.27 21.3 15.14 -
YUV 127.46 113.64 176.17 -
System Red Green Blue C M Y K H S L
Decimal 195 98 102 0 0.50 0.48 0.24 357.53 0.45 0.57
Hex C3 62 66 0 32 30 18 166 2D 39
Octal 303 142 146 0 62 60 30 546 55 71
Binary 11000011 1100010 1100110 0 110010 110000 11000 101100110 101101 111001

Color Harmonies of #C36266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36266

Black with #C36266

Text Example


Text Example

White with #C36266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36266; }

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

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

background-color css

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

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

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

border-color css

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

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

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