Html Css Color HEX #C06316 Chocolate

📋 copy color: '#C06316'

red 192 ◦ green 99 ◦ blue 22

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

Shades of Chocolate #C06316

Tints of Chocolate #C06316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.03%

R = 61.34%
G = 31.63%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C06316 (or 0xC06316) is known color: Chocolate. HEX triplet: C0, 63 and 16. RGB value is (192,99,22). Sum of RGB (Red+Green+Blue) = 192+99+22=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C06316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06316 is #3F9CE9. Grayscale: #767676. Windows color (decimal): -4168938 or 1467328. OLE color: 1467328.

HSL color Cylindrical-coordinate representation of color #C06316: hue angle of 27.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C06316 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 22 -
CMYK 0 0.48 0.89 0.25
HSL 27.18º 0.79% 0.42% -
HSV(B) 27.18º 0.89% 0.75% -
XYZ 26.34 20.19 3.27 -
YUV 118.03 73.81 180.76 -
System Red Green Blue C M Y K H S L
Decimal 192 99 22 0 0.48 0.89 0.25 27.18 0.79 0.42
Hex C0 63 16 0 30 59 19 1B 4F 2A
Octal 300 143 26 0 60 131 31 33 117 52
Binary 11000000 1100011 10110 0 110000 1011001 11001 11011 1001111 101010

Color Harmonies of #C06316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06316

Black with #C06316

Text Example


Text Example

White with #C06316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06316; }

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

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

background-color css

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

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

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

border-color css

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

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

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