Html Css Color HEX #C36C0C Chocolate

📋 copy color: '#C36C0C'

red 195 ◦ green 108 ◦ blue 12

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

Shades of Chocolate #C36C0C

Tints of Chocolate #C36C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 61.9%
G = 34.29%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C36C0C (or 0xC36C0C) is known color: Chocolate. HEX triplet: C3, 6C and 0C. RGB value is (195,108,12). Sum of RGB (Red+Green+Blue) = 195+108+12=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36C0C is #3C93F3. Grayscale: #7B7B7B. Windows color (decimal): -3970036 or 814275. OLE color: 814275.

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

Color convert

RGB 195 108 12 -
CMYK 0 0.45 0.94 0.24
HSL 31.48º 0.88% 0.41% -
HSV(B) 31.48º 0.94% 0.76% -
XYZ 27.93 22.35 3.19 -
YUV 123.07 65.32 179.31 -
System Red Green Blue C M Y K H S L
Decimal 195 108 12 0 0.45 0.94 0.24 31.48 0.88 0.41
Hex C3 6C C 0 2D 5E 18 1F 58 29
Octal 303 154 14 0 55 136 30 37 130 51
Binary 11000011 1101100 1100 0 101101 1011110 11000 11111 1011000 101001

Color Harmonies of #C36C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C0C

Black with #C36C0C

Text Example


Text Example

White with #C36C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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