Html Css Color HEX #C36215 Chocolate

📋 copy color: '#C36215'

red 195 ◦ green 98 ◦ blue 21

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

Shades of Chocolate #C36215

Tints of Chocolate #C36215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.69%

R = 62.1%
G = 31.21%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C36215 (or 0xC36215) is known color: Chocolate. HEX triplet: C3, 62 and 15. RGB value is (195,98,21). Sum of RGB (Red+Green+Blue) = 195+98+21=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C36215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36215 is #3C9DEA. Grayscale: #767676. Windows color (decimal): -3972587 or 1401539. OLE color: 1401539.

HSL color Cylindrical-coordinate representation of color #C36215: hue angle of 26.55º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C36215 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 98 21 -
CMYK 0 0.50 0.89 0.24
HSL 26.55º 0.81% 0.42% -
HSV(B) 26.55º 0.89% 0.76% -
XYZ 27.01 20.39 3.22 -
YUV 118.23 73.14 182.76 -
System Red Green Blue C M Y K H S L
Decimal 195 98 21 0 0.50 0.89 0.24 26.55 0.81 0.42
Hex C3 62 15 0 32 59 18 1B 51 2A
Octal 303 142 25 0 62 131 30 33 121 52
Binary 11000011 1100010 10101 0 110010 1011001 11000 11011 1010001 101010

Color Harmonies of #C36215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36215

Black with #C36215

Text Example


Text Example

White with #C36215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36215; }

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

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

background-color css

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

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

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

border-color css

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

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

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