Html Css Color HEX #C4680F Chocolate

📋 copy color: '#C4680F'

red 196 ◦ green 104 ◦ blue 15

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

Shades of Chocolate #C4680F

Tints of Chocolate #C4680F

RGB

 RED value IS 196 (76.95% from 255) = 62.22%

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

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

R = 62.22%
G = 33.02%
B = 4.76%

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

#C4680F (or 0xC4680F) is known color: Chocolate. HEX triplet: C4, 68 and 0F. RGB value is (196,104,15). Sum of RGB (Red+Green+Blue) = 196+104+15=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C4680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4680F is #3B97F0. Grayscale: #797979. Windows color (decimal): -3905521 or 1009860. OLE color: 1009860.

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

Color convert

RGB 196 104 15 -
CMYK 0 0.47 0.92 0.23
HSL 29.5º 0.86% 0.41% -
HSV(B) 29.5º 0.92% 0.77% -
XYZ 27.8 21.67 3.17 -
YUV 121.36 67.98 181.24 -
System Red Green Blue C M Y K H S L
Decimal 196 104 15 0 0.47 0.92 0.23 29.5 0.86 0.41
Hex C4 68 F 0 2F 5C 17 1E 56 29
Octal 304 150 17 0 57 134 27 36 126 51
Binary 11000100 1101000 1111 0 101111 1011100 10111 11110 1010110 101001

Color Harmonies of #C4680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4680F

Black with #C4680F

Text Example


Text Example

White with #C4680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4680F; }

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

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

background-color css

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

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

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

border-color css

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

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

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