Html Css Color HEX #C8541C Chocolate

📋 copy color: '#C8541C'

red 200 ◦ green 84 ◦ blue 28

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

Shades of Chocolate #C8541C

Tints of Chocolate #C8541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.97%

R = 64.1%
G = 26.92%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8541C (or 0xC8541C) is known color: Chocolate. HEX triplet: C8, 54 and 1C. RGB value is (200,84,28). Sum of RGB (Red+Green+Blue) = 200+84+28=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8541C is #37ABE3. Grayscale: #707070. Windows color (decimal): -3648484 or 1856712. OLE color: 1856712.

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

Color convert

RGB 200 84 28 -
CMYK 0 0.58 0.86 0.22
HSL 19.53º 0.75% 0.45% -
HSV(B) 19.53º 0.86% 0.78% -
XYZ 27.2 18.7 3.28 -
YUV 112.3 80.43 190.55 -
System Red Green Blue C M Y K H S L
Decimal 200 84 28 0 0.58 0.86 0.22 19.53 0.75 0.45
Hex C8 54 1C 0 3A 56 16 14 4B 2D
Octal 310 124 34 0 72 126 26 24 113 55
Binary 11001000 1010100 11100 0 111010 1010110 10110 10100 1001011 101101

Color Harmonies of #C8541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8541C

Black with #C8541C

Text Example


Text Example

White with #C8541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8541C; }

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

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

background-color css

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

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

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

border-color css

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

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

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