Html Css Color HEX #C36265 Mandy

📋 copy color: '#C36265'

red 195 ◦ green 98 ◦ blue 101

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

Shades of Mandy #C36265

Tints of Mandy #C36265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.63%

R = 49.49%
G = 24.87%
B = 25.63%

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

#C36265 (or 0xC36265) is known color: Mandy. HEX triplet: C3, 62 and 65. RGB value is (195,98,101). Sum of RGB (Red+Green+Blue) = 195+98+101=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C36265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36265 is #3C9D9A. Grayscale: #7F7F7F. Windows color (decimal): -3972507 or 6644419. OLE color: 6644419.

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

Color convert

RGB 195 98 101 -
CMYK 0 0.50 0.48 0.24
HSL 358.14º 0.45% 0.57% -
HSV(B) 358.14º 0.5% 0.76% -
XYZ 29.22 21.28 14.88 -
YUV 127.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 195 98 101 0 0.50 0.48 0.24 358.14 0.45 0.57
Hex C3 62 65 0 32 30 18 166 2D 39
Octal 303 142 145 0 62 60 30 546 55 71
Binary 11000011 1100010 1100101 0 110010 110000 11000 101100110 101101 111001

Color Harmonies of #C36265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36265

Black with #C36265

Text Example


Text Example

White with #C36265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36265; }

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

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

background-color css

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

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

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

border-color css

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

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

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