Html Css Color HEX #C05F14 Chocolate

📋 copy color: '#C05F14'

red 192 ◦ green 95 ◦ blue 20

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

Shades of Chocolate #C05F14

Tints of Chocolate #C05F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.94%

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

R = 62.54%
G = 30.94%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C05F14 (or 0xC05F14) is known color: Chocolate. HEX triplet: C0, 5F and 14. RGB value is (192,95,20). Sum of RGB (Red+Green+Blue) = 192+95+20=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05F14 is #3FA0EB. Grayscale: #737373. Windows color (decimal): -4169964 or 1335232. OLE color: 1335232.

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

Color convert

RGB 192 95 20 -
CMYK 0 0.51 0.90 0.25
HSL 26.16º 0.81% 0.42% -
HSV(B) 26.16º 0.9% 0.75% -
XYZ 25.96 19.44 3.05 -
YUV 115.45 74.14 182.6 -
System Red Green Blue C M Y K H S L
Decimal 192 95 20 0 0.51 0.90 0.25 26.16 0.81 0.42
Hex C0 5F 14 0 33 5A 19 1A 51 2A
Octal 300 137 24 0 63 132 31 32 121 52
Binary 11000000 1011111 10100 0 110011 1011010 11001 11010 1010001 101010

Color Harmonies of #C05F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F14

Black with #C05F14

Text Example


Text Example

White with #C05F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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