Html Css Color HEX #C06014 Chocolate

📋 copy color: '#C06014'

red 192 ◦ green 96 ◦ blue 20

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

Shades of Chocolate #C06014

Tints of Chocolate #C06014

RGB

 RED value IS 192 (75.39% from 255) = 62.34%

 GREEN value IS 96 (37.89% from 255) = 31.17%

 BLUE value IS 20 (8.2% from 255) = 6.49%

R = 62.34%
G = 31.17%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C06014 (or 0xC06014) is known color: Chocolate. HEX triplet: C0, 60 and 14. RGB value is (192,96,20). Sum of RGB (Red+Green+Blue) = 192+96+20=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C06014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06014 is #3F9FEB. Grayscale: #747474. Windows color (decimal): -4169708 or 1335488. OLE color: 1335488.

HSL color Cylindrical-coordinate representation of color #C06014: hue angle of 26.51º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C06014 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 20 -
CMYK 0 0.50 0.90 0.25
HSL 26.51º 0.81% 0.42% -
HSV(B) 26.51º 0.9% 0.75% -
XYZ 26.05 19.62 3.08 -
YUV 116.04 73.8 182.18 -
System Red Green Blue C M Y K H S L
Decimal 192 96 20 0 0.50 0.90 0.25 26.51 0.81 0.42
Hex C0 60 14 0 32 5A 19 1B 51 2A
Octal 300 140 24 0 62 132 31 33 121 52
Binary 11000000 1100000 10100 0 110010 1011010 11001 11011 1010001 101010

Color Harmonies of #C06014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06014

Black with #C06014

Text Example


Text Example

White with #C06014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06014; }

 p { color: rgb(192,96,20); }

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

background-color css

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

 a { background-color: rgb(192,96,20); }

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

border-color css

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

 span { border-color: rgb(192,96,20); }

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