Html Css Color HEX #C1680F Chocolate

📋 copy color: '#C1680F'

red 193 ◦ green 104 ◦ blue 15

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

Shades of Chocolate #C1680F

Tints of Chocolate #C1680F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.33%

 BLUE value IS 15 (6.25% from 255) = 4.81%

R = 61.86%
G = 33.33%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C1680F (or 0xC1680F) is known color: Chocolate. HEX triplet: C1, 68 and 0F. RGB value is (193,104,15). Sum of RGB (Red+Green+Blue) = 193+104+15=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C1680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1680F is #3E97F0. Grayscale: #787878. Windows color (decimal): -4102129 or 1009857. OLE color: 1009857.

HSL color Cylindrical-coordinate representation of color #C1680F: hue angle of 30º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1680F is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 104 15 -
CMYK 0 0.46 0.92 0.24
HSL 30º 0.86% 0.41% -
HSV(B) 30º 0.92% 0.76% -
XYZ 27.03 21.27 3.13 -
YUV 120.47 68.49 179.74 -
System Red Green Blue C M Y K H S L
Decimal 193 104 15 0 0.46 0.92 0.24 30 0.86 0.41
Hex C1 68 F 0 2E 5C 18 1E 56 29
Octal 301 150 17 0 56 134 30 36 126 51
Binary 11000001 1101000 1111 0 101110 1011100 11000 11110 1010110 101001

Color Harmonies of #C1680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1680F

Black with #C1680F

Text Example


Text Example

White with #C1680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1680F; }

 p { color: rgb(193,104,15); }

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

background-color css

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

 a { background-color: rgb(193,104,15); }

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

border-color css

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

 span { border-color: rgb(193,104,15); }

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