Html Css Color HEX #C06314 Chocolate

📋 copy color: '#C06314'

red 192 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #C06314

Tints of Chocolate #C06314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.83%

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

R = 61.74%
G = 31.83%
B = 6.43%

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

#C06314 (or 0xC06314) is known color: Chocolate. HEX triplet: C0, 63 and 14. RGB value is (192,99,20). Sum of RGB (Red+Green+Blue) = 192+99+20=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C06314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06314 is #3F9CEB. Grayscale: #767676. Windows color (decimal): -4168940 or 1336256. OLE color: 1336256.

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

Color convert

RGB 192 99 20 -
CMYK 0 0.48 0.90 0.25
HSL 27.56º 0.81% 0.42% -
HSV(B) 27.56º 0.9% 0.75% -
XYZ 26.33 20.18 3.17 -
YUV 117.8 72.81 180.92 -
System Red Green Blue C M Y K H S L
Decimal 192 99 20 0 0.48 0.90 0.25 27.56 0.81 0.42
Hex C0 63 14 0 30 5A 19 1C 51 2A
Octal 300 143 24 0 60 132 31 34 121 52
Binary 11000000 1100011 10100 0 110000 1011010 11001 11100 1010001 101010

Color Harmonies of #C06314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06314

Black with #C06314

Text Example


Text Example

White with #C06314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06314; }

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

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

background-color css

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

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

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

border-color css

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

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

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