Html Css Color HEX #C06115 Chocolate

📋 copy color: '#C06115'

red 192 ◦ green 97 ◦ blue 21

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

Shades of Chocolate #C06115

Tints of Chocolate #C06115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.29%

 BLUE value IS 21 (8.59% from 255) = 6.77%

R = 61.94%
G = 31.29%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C06115 (or 0xC06115) is known color: Chocolate. HEX triplet: C0, 61 and 15. RGB value is (192,97,21). Sum of RGB (Red+Green+Blue) = 192+97+21=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C06115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06115 is #3F9EEA. Grayscale: #757575. Windows color (decimal): -4169451 or 1401280. OLE color: 1401280.

HSL color Cylindrical-coordinate representation of color #C06115: hue angle of 26.67º degrees, saturation: 0.8, 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 #C06115 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 21 -
CMYK 0 0.49 0.89 0.25
HSL 26.67º 0.8% 0.42% -
HSV(B) 26.67º 0.89% 0.75% -
XYZ 26.15 19.81 3.16 -
YUV 116.74 73.97 181.68 -
System Red Green Blue C M Y K H S L
Decimal 192 97 21 0 0.49 0.89 0.25 26.67 0.8 0.42
Hex C0 61 15 0 31 59 19 1B 50 2A
Octal 300 141 25 0 61 131 31 33 120 52
Binary 11000000 1100001 10101 0 110001 1011001 11001 11011 1010000 101010

Color Harmonies of #C06115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06115

Black with #C06115

Text Example


Text Example

White with #C06115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06115; }

 p { color: rgb(192,97,21); }

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

background-color css

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

 a { background-color: rgb(192,97,21); }

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

border-color css

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

 span { border-color: rgb(192,97,21); }

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