Html Css Color HEX #C36C0F Chocolate

📋 copy color: '#C36C0F'

red 195 ◦ green 108 ◦ blue 15

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

Shades of Chocolate #C36C0F

Tints of Chocolate #C36C0F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.96%

 BLUE value IS 15 (6.25% from 255) = 4.72%

R = 61.32%
G = 33.96%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C36C0F (or 0xC36C0F) is known color: Chocolate. HEX triplet: C3, 6C and 0F. RGB value is (195,108,15). Sum of RGB (Red+Green+Blue) = 195+108+15=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36C0F is #3C93F0. Grayscale: #7B7B7B. Windows color (decimal): -3970033 or 1010883. OLE color: 1010883.

HSL color Cylindrical-coordinate representation of color #C36C0F: hue angle of 31º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C36C0F is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 108 15 -
CMYK 0 0.45 0.92 0.24
HSL 31º 0.86% 0.41% -
HSV(B) 31º 0.92% 0.76% -
XYZ 27.95 22.36 3.29 -
YUV 123.41 66.82 179.06 -
System Red Green Blue C M Y K H S L
Decimal 195 108 15 0 0.45 0.92 0.24 31 0.86 0.41
Hex C3 6C F 0 2D 5C 18 1F 56 29
Octal 303 154 17 0 55 134 30 37 126 51
Binary 11000011 1101100 1111 0 101101 1011100 11000 11111 1010110 101001

Color Harmonies of #C36C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C0F

Black with #C36C0F

Text Example


Text Example

White with #C36C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C0F; }

 p { color: rgb(195,108,15); }

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

background-color css

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

 a { background-color: rgb(195,108,15); }

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

border-color css

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

 span { border-color: rgb(195,108,15); }

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