Html Css Color HEX #C5690F Chocolate

📋 copy color: '#C5690F'

red 197 ◦ green 105 ◦ blue 15

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

Shades of Chocolate #C5690F

Tints of Chocolate #C5690F

RGB

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

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

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

R = 62.15%
G = 33.12%
B = 4.73%

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

#C5690F (or 0xC5690F) is known color: Chocolate. HEX triplet: C5, 69 and 0F. RGB value is (197,105,15). Sum of RGB (Red+Green+Blue) = 197+105+15=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C5690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5690F is #3A96F0. Grayscale: #7A7A7A. Windows color (decimal): -3839729 or 1010117. OLE color: 1010117.

HSL color Cylindrical-coordinate representation of color #C5690F: hue angle of 29.67º 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 #C5690F is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 105 15 -
CMYK 0 0.47 0.92 0.23
HSL 29.67º 0.86% 0.42% -
HSV(B) 29.67º 0.92% 0.77% -
XYZ 28.16 22.01 3.22 -
YUV 122.25 67.48 181.32 -
System Red Green Blue C M Y K H S L
Decimal 197 105 15 0 0.47 0.92 0.23 29.67 0.86 0.42
Hex C5 69 F 0 2F 5C 17 1E 56 2A
Octal 305 151 17 0 57 134 27 36 126 52
Binary 11000101 1101001 1111 0 101111 1011100 10111 11110 1010110 101010

Color Harmonies of #C5690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5690F

Black with #C5690F

Text Example


Text Example

White with #C5690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5690F; }

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

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

background-color css

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

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

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

border-color css

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

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

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