Html Css Color HEX #C16615 Chocolate

📋 copy color: '#C16615'

red 193 ◦ green 102 ◦ blue 21

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

Shades of Chocolate #C16615

Tints of Chocolate #C16615

RGB

 RED value IS 193 (75.78% from 255) = 61.08%

 GREEN value IS 102 (40.23% from 255) = 32.28%

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

R = 61.08%
G = 32.28%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C16615 (or 0xC16615) is known color: Chocolate. HEX triplet: C1, 66 and 15. RGB value is (193,102,21). Sum of RGB (Red+Green+Blue) = 193+102+21=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C16615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16615 is #3E99EA. Grayscale: #787878. Windows color (decimal): -4102635 or 1402561. OLE color: 1402561.

HSL color Cylindrical-coordinate representation of color #C16615: hue angle of 28.26º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C16615 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 102 21 -
CMYK 0 0.47 0.89 0.24
HSL 28.26º 0.8% 0.42% -
HSV(B) 28.26º 0.89% 0.76% -
XYZ 26.88 20.89 3.33 -
YUV 119.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 193 102 21 0 0.47 0.89 0.24 28.26 0.8 0.42
Hex C1 66 15 0 2F 59 18 1C 50 2A
Octal 301 146 25 0 57 131 30 34 120 52
Binary 11000001 1100110 10101 0 101111 1011001 11000 11100 1010000 101010

Color Harmonies of #C16615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16615

Black with #C16615

Text Example


Text Example

White with #C16615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16615; }

 p { color: rgb(193,102,21); }

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

background-color css

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

 a { background-color: rgb(193,102,21); }

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

border-color css

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

 span { border-color: rgb(193,102,21); }

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