Html Css Color HEX #C06514 Chocolate

📋 copy color: '#C06514'

red 192 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #C06514

Tints of Chocolate #C06514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.27%

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

R = 61.34%
G = 32.27%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C06514 (or 0xC06514) is known color: Chocolate. HEX triplet: C0, 65 and 14. RGB value is (192,101,20). Sum of RGB (Red+Green+Blue) = 192+101+20=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C06514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06514 is #3F9AEB. Grayscale: #777777. Windows color (decimal): -4168428 or 1336768. OLE color: 1336768.

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

Color convert

RGB 192 101 20 -
CMYK 0 0.47 0.90 0.25
HSL 28.26º 0.81% 0.42% -
HSV(B) 28.26º 0.9% 0.75% -
XYZ 26.52 20.56 3.23 -
YUV 118.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 192 101 20 0 0.47 0.90 0.25 28.26 0.81 0.42
Hex C0 65 14 0 2F 5A 19 1C 51 2A
Octal 300 145 24 0 57 132 31 34 121 52
Binary 11000000 1100101 10100 0 101111 1011010 11001 11100 1010001 101010

Color Harmonies of #C06514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06514

Black with #C06514

Text Example


Text Example

White with #C06514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06514; }

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

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

background-color css

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

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

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

border-color css

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

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

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