Html Css Color HEX #C06414 Chocolate

📋 copy color: '#C06414'

red 192 ◦ green 100 ◦ blue 20

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

Shades of Chocolate #C06414

Tints of Chocolate #C06414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.05%

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

R = 61.54%
G = 32.05%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C06414 (or 0xC06414) is known color: Chocolate. HEX triplet: C0, 64 and 14. RGB value is (192,100,20). Sum of RGB (Red+Green+Blue) = 192+100+20=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C06414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06414 is #3F9BEB. Grayscale: #767676. Windows color (decimal): -4168684 or 1336512. OLE color: 1336512.

HSL color Cylindrical-coordinate representation of color #C06414: hue angle of 27.91º 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 #C06414 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 20 -
CMYK 0 0.48 0.90 0.25
HSL 27.91º 0.81% 0.42% -
HSV(B) 27.91º 0.9% 0.75% -
XYZ 26.42 20.37 3.2 -
YUV 118.39 72.48 180.5 -
System Red Green Blue C M Y K H S L
Decimal 192 100 20 0 0.48 0.90 0.25 27.91 0.81 0.42
Hex C0 64 14 0 30 5A 19 1C 51 2A
Octal 300 144 24 0 60 132 31 34 121 52
Binary 11000000 1100100 10100 0 110000 1011010 11001 11100 1010001 101010

Color Harmonies of #C06414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06414

Black with #C06414

Text Example


Text Example

White with #C06414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06414; }

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

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

background-color css

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

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

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

border-color css

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

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

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