Html Css Color HEX #C8541A Chocolate

📋 copy color: '#C8541A'

red 200 ◦ green 84 ◦ blue 26

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

Shades of Chocolate #C8541A

Tints of Chocolate #C8541A

RGB

 RED value IS 200 (78.52% from 255) = 64.52%

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 64.52%
G = 27.1%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8541A (or 0xC8541A) is known color: Chocolate. HEX triplet: C8, 54 and 1A. RGB value is (200,84,26). Sum of RGB (Red+Green+Blue) = 200+84+26=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8541A is #37ABE5. Grayscale: #707070. Windows color (decimal): -3648486 or 1725640. OLE color: 1725640.

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

Color convert

RGB 200 84 26 -
CMYK 0 0.58 0.87 0.22
HSL 20º 0.77% 0.44% -
HSV(B) 20º 0.87% 0.78% -
XYZ 27.18 18.69 3.15 -
YUV 112.07 79.43 190.72 -
System Red Green Blue C M Y K H S L
Decimal 200 84 26 0 0.58 0.87 0.22 20 0.77 0.44
Hex C8 54 1A 0 3A 57 16 14 4D 2C
Octal 310 124 32 0 72 127 26 24 115 54
Binary 11001000 1010100 11010 0 111010 1010111 10110 10100 1001101 101100

Color Harmonies of #C8541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8541A

Black with #C8541A

Text Example


Text Example

White with #C8541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8541A; }

 p { color: rgb(200,84,26); }

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

background-color css

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

 a { background-color: rgb(200,84,26); }

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

border-color css

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

 span { border-color: rgb(200,84,26); }

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