Html Css Color HEX #C5681E Chocolate

📋 copy color: '#C5681E'

red 197 ◦ green 104 ◦ blue 30

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

Shades of Chocolate #C5681E

Tints of Chocolate #C5681E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 59.52%
G = 31.42%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5681E (or 0xC5681E) is known color: Chocolate. HEX triplet: C5, 68 and 1E. RGB value is (197,104,30). Sum of RGB (Red+Green+Blue) = 197+104+30=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C5681E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5681E is #3A97E1. Grayscale: #7B7B7B. Windows color (decimal): -3839970 or 1992901. OLE color: 1992901.

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

Color convert

RGB 197 104 30 -
CMYK 0 0.47 0.85 0.23
HSL 26.59º 0.74% 0.45% -
HSV(B) 26.59º 0.85% 0.77% -
XYZ 28.21 21.86 3.96 -
YUV 123.37 75.31 180.52 -
System Red Green Blue C M Y K H S L
Decimal 197 104 30 0 0.47 0.85 0.23 26.59 0.74 0.45
Hex C5 68 1E 0 2F 55 17 1B 4A 2D
Octal 305 150 36 0 57 125 27 33 112 55
Binary 11000101 1101000 11110 0 101111 1010101 10111 11011 1001010 101101

Color Harmonies of #C5681E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5681E

Black with #C5681E

Text Example


Text Example

White with #C5681E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5681E; }

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

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

background-color css

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

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

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

border-color css

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

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

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