Html Css Color HEX #C56C1B Chocolate

📋 copy color: '#C56C1B'

red 197 ◦ green 108 ◦ blue 27

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

Shades of Chocolate #C56C1B

Tints of Chocolate #C56C1B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.53%

 BLUE value IS 27 (10.94% from 255) = 8.13%

R = 59.34%
G = 32.53%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C56C1B (or 0xC56C1B) is known color: Chocolate. HEX triplet: C5, 6C and 1B. RGB value is (197,108,27). Sum of RGB (Red+Green+Blue) = 197+108+27=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56C1B is #3A93E4. Grayscale: #7D7D7D. Windows color (decimal): -3838949 or 1797317. OLE color: 1797317.

HSL color Cylindrical-coordinate representation of color #C56C1B: hue angle of 28.59º degrees, saturation: 0.76, 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 #C56C1B is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 108 27 -
CMYK 0 0.45 0.86 0.23
HSL 28.59º 0.76% 0.44% -
HSV(B) 28.59º 0.86% 0.77% -
XYZ 28.59 22.67 3.91 -
YUV 125.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 197 108 27 0 0.45 0.86 0.23 28.59 0.76 0.44
Hex C5 6C 1B 0 2D 56 17 1D 4C 2C
Octal 305 154 33 0 55 126 27 35 114 54
Binary 11000101 1101100 11011 0 101101 1010110 10111 11101 1001100 101100

Color Harmonies of #C56C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56C1B

Black with #C56C1B

Text Example


Text Example

White with #C56C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56C1B; }

 p { color: rgb(197,108,27); }

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

background-color css

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

 a { background-color: rgb(197,108,27); }

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

border-color css

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

 span { border-color: rgb(197,108,27); }

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