Html Css Color HEX #C36116 Chocolate

📋 copy color: '#C36116'

red 195 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #C36116

Tints of Chocolate #C36116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 62.1%
G = 30.89%
B = 7.01%

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

#C36116 (or 0xC36116) is known color: Chocolate. HEX triplet: C3, 61 and 16. RGB value is (195,97,22). Sum of RGB (Red+Green+Blue) = 195+97+22=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C36116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36116 is #3C9EE9. Grayscale: #767676. Windows color (decimal): -3972842 or 1466819. OLE color: 1466819.

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

Color convert

RGB 195 97 22 -
CMYK 0 0.50 0.89 0.24
HSL 26.01º 0.8% 0.43% -
HSV(B) 26.01º 0.89% 0.76% -
XYZ 26.93 20.21 3.24 -
YUV 117.75 73.97 183.1 -
System Red Green Blue C M Y K H S L
Decimal 195 97 22 0 0.50 0.89 0.24 26.01 0.8 0.43
Hex C3 61 16 0 32 59 18 1A 50 2B
Octal 303 141 26 0 62 131 30 32 120 53
Binary 11000011 1100001 10110 0 110010 1011001 11000 11010 1010000 101011

Color Harmonies of #C36116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36116

Black with #C36116

Text Example


Text Example

White with #C36116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36116; }

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

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

background-color css

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

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

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

border-color css

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

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

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