Html Css Color HEX #C5691A Chocolate

📋 copy color: '#C5691A'

red 197 ◦ green 105 ◦ blue 26

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

Shades of Chocolate #C5691A

Tints of Chocolate #C5691A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

 BLUE value IS 26 (10.55% from 255) = 7.93%

R = 60.06%
G = 32.01%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5691A (or 0xC5691A) is known color: Chocolate. HEX triplet: C5, 69 and 1A. RGB value is (197,105,26). Sum of RGB (Red+Green+Blue) = 197+105+26=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5691A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5691A is #3A96E5. Grayscale: #7B7B7B. Windows color (decimal): -3839718 or 1731013. OLE color: 1731013.

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

Color convert

RGB 197 105 26 -
CMYK 0 0.47 0.87 0.23
HSL 27.72º 0.77% 0.44% -
HSV(B) 27.72º 0.87% 0.77% -
XYZ 28.26 22.05 3.74 -
YUV 123.5 72.98 180.42 -
System Red Green Blue C M Y K H S L
Decimal 197 105 26 0 0.47 0.87 0.23 27.72 0.77 0.44
Hex C5 69 1A 0 2F 57 17 1C 4D 2C
Octal 305 151 32 0 57 127 27 34 115 54
Binary 11000101 1101001 11010 0 101111 1010111 10111 11100 1001101 101100

Color Harmonies of #C5691A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5691A

Black with #C5691A

Text Example


Text Example

White with #C5691A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5691A; }

 p { color: rgb(197,105,26); }

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

background-color css

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

 a { background-color: rgb(197,105,26); }

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

border-color css

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

 span { border-color: rgb(197,105,26); }

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