Html Css Color HEX #C4681C Chocolate

📋 copy color: '#C4681C'

red 196 ◦ green 104 ◦ blue 28

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

Shades of Chocolate #C4681C

Tints of Chocolate #C4681C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.54%

R = 59.76%
G = 31.71%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4681C (or 0xC4681C) is known color: Chocolate. HEX triplet: C4, 68 and 1C. RGB value is (196,104,28). Sum of RGB (Red+Green+Blue) = 196+104+28=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4681C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4681C is #3B97E3. Grayscale: #7B7B7B. Windows color (decimal): -3905508 or 1861828. OLE color: 1861828.

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

Color convert

RGB 196 104 28 -
CMYK 0 0.47 0.86 0.23
HSL 27.14º 0.75% 0.44% -
HSV(B) 27.14º 0.86% 0.77% -
XYZ 27.92 21.72 3.82 -
YUV 122.84 74.48 180.18 -
System Red Green Blue C M Y K H S L
Decimal 196 104 28 0 0.47 0.86 0.23 27.14 0.75 0.44
Hex C4 68 1C 0 2F 56 17 1B 4B 2C
Octal 304 150 34 0 57 126 27 33 113 54
Binary 11000100 1101000 11100 0 101111 1010110 10111 11011 1001011 101100

Color Harmonies of #C4681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4681C

Black with #C4681C

Text Example


Text Example

White with #C4681C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4681C; }

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

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

background-color css

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

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

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

border-color css

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

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

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