Html Css Color HEX #C06515 Chocolate

📋 copy color: '#C06515'

red 192 ◦ green 101 ◦ blue 21

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

Shades of Chocolate #C06515

Tints of Chocolate #C06515

RGB

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

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

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

R = 61.15%
G = 32.17%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C06515 (or 0xC06515) is known color: Chocolate. HEX triplet: C0, 65 and 15. RGB value is (192,101,21). Sum of RGB (Red+Green+Blue) = 192+101+21=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C06515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06515 is #3F9AEA. Grayscale: #777777. Windows color (decimal): -4168427 or 1402304. OLE color: 1402304.

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

Color convert

RGB 192 101 21 -
CMYK 0 0.47 0.89 0.25
HSL 28.07º 0.8% 0.42% -
HSV(B) 28.07º 0.89% 0.75% -
XYZ 26.53 20.57 3.28 -
YUV 119.09 72.65 180 -
System Red Green Blue C M Y K H S L
Decimal 192 101 21 0 0.47 0.89 0.25 28.07 0.8 0.42
Hex C0 65 15 0 2F 59 19 1C 50 2A
Octal 300 145 25 0 57 131 31 34 120 52
Binary 11000000 1100101 10101 0 101111 1011001 11001 11100 1010000 101010

Color Harmonies of #C06515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06515

Black with #C06515

Text Example


Text Example

White with #C06515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06515; }

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

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

background-color css

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

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

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

border-color css

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

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

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