Html Css Color HEX #C8551C Chocolate

📋 copy color: '#C8551C'

red 200 ◦ green 85 ◦ blue 28

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

Shades of Chocolate #C8551C

Tints of Chocolate #C8551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

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

R = 63.9%
G = 27.16%
B = 8.95%

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

#C8551C (or 0xC8551C) is known color: Chocolate. HEX triplet: C8, 55 and 1C. RGB value is (200,85,28). Sum of RGB (Red+Green+Blue) = 200+85+28=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8551C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8551C is #37AAE3. Grayscale: #717171. Windows color (decimal): -3648228 or 1856968. OLE color: 1856968.

HSL color Cylindrical-coordinate representation of color #C8551C: hue angle of 19.88º 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 #C8551C is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 28 -
CMYK 0 0.58 0.86 0.22
HSL 19.88º 0.75% 0.45% -
HSV(B) 19.88º 0.86% 0.78% -
XYZ 27.28 18.86 3.3 -
YUV 112.89 80.1 190.13 -
System Red Green Blue C M Y K H S L
Decimal 200 85 28 0 0.58 0.86 0.22 19.88 0.75 0.45
Hex C8 55 1C 0 3A 56 16 14 4B 2D
Octal 310 125 34 0 72 126 26 24 113 55
Binary 11001000 1010101 11100 0 111010 1010110 10110 10100 1001011 101101

Color Harmonies of #C8551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8551C

Black with #C8551C

Text Example


Text Example

White with #C8551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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