Html Css Color HEX #C5680F Chocolate

📋 copy color: '#C5680F'

red 197 ◦ green 104 ◦ blue 15

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

Shades of Chocolate #C5680F

Tints of Chocolate #C5680F

RGB

 RED value IS 197 (77.34% from 255) = 62.34%

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

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

R = 62.34%
G = 32.91%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5680F (or 0xC5680F) is known color: Chocolate. HEX triplet: C5, 68 and 0F. RGB value is (197,104,15). Sum of RGB (Red+Green+Blue) = 197+104+15=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C5680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5680F is #3A97F0. Grayscale: #7A7A7A. Windows color (decimal): -3839985 or 1009861. OLE color: 1009861.

HSL color Cylindrical-coordinate representation of color #C5680F: hue angle of 29.34º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5680F is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 104 15 -
CMYK 0 0.47 0.92 0.23
HSL 29.34º 0.86% 0.42% -
HSV(B) 29.34º 0.92% 0.77% -
XYZ 28.06 21.81 3.18 -
YUV 121.66 67.81 181.74 -
System Red Green Blue C M Y K H S L
Decimal 197 104 15 0 0.47 0.92 0.23 29.34 0.86 0.42
Hex C5 68 F 0 2F 5C 17 1D 56 2A
Octal 305 150 17 0 57 134 27 35 126 52
Binary 11000101 1101000 1111 0 101111 1011100 10111 11101 1010110 101010

Color Harmonies of #C5680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5680F

Black with #C5680F

Text Example


Text Example

White with #C5680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5680F; }

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

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

background-color css

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

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

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

border-color css

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

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

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