Html Css Color HEX #C56118 Chocolate

📋 copy color: '#C56118'

red 197 ◦ green 97 ◦ blue 24

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

Shades of Chocolate #C56118

Tints of Chocolate #C56118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.5%

 BLUE value IS 24 (9.77% from 255) = 7.55%

R = 61.95%
G = 30.5%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C56118 (or 0xC56118) is known color: Chocolate. HEX triplet: C5, 61 and 18. RGB value is (197,97,24). Sum of RGB (Red+Green+Blue) = 197+97+24=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C56118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56118 is #3A9EE7. Grayscale: #767676. Windows color (decimal): -3841768 or 1597893. OLE color: 1597893.

HSL color Cylindrical-coordinate representation of color #C56118: hue angle of 25.32º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C56118 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 97 24 -
CMYK 0 0.51 0.88 0.23
HSL 25.32º 0.78% 0.43% -
HSV(B) 25.32º 0.88% 0.77% -
XYZ 27.47 20.49 3.37 -
YUV 118.58 74.63 183.94 -
System Red Green Blue C M Y K H S L
Decimal 197 97 24 0 0.51 0.88 0.23 25.32 0.78 0.43
Hex C5 61 18 0 33 58 17 19 4E 2B
Octal 305 141 30 0 63 130 27 31 116 53
Binary 11000101 1100001 11000 0 110011 1011000 10111 11001 1001110 101011

Color Harmonies of #C56118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56118

Black with #C56118

Text Example


Text Example

White with #C56118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56118; }

 p { color: rgb(197,97,24); }

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

background-color css

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

 a { background-color: rgb(197,97,24); }

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

border-color css

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

 span { border-color: rgb(197,97,24); }

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