Html Css Color HEX #C8551E Chocolate

📋 copy color: '#C8551E'

red 200 ◦ green 85 ◦ blue 30

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

Shades of Chocolate #C8551E

Tints of Chocolate #C8551E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 63.49%
G = 26.98%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8551E (or 0xC8551E) is known color: Chocolate. HEX triplet: C8, 55 and 1E. RGB value is (200,85,30). Sum of RGB (Red+Green+Blue) = 200+85+30=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8551E is #37AAE1. Grayscale: #717171. Windows color (decimal): -3648226 or 1988040. OLE color: 1988040.

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

Color convert

RGB 200 85 30 -
CMYK 0 0.58 0.85 0.22
HSL 19.41º 0.74% 0.45% -
HSV(B) 19.41º 0.85% 0.78% -
XYZ 27.3 18.87 3.43 -
YUV 113.12 81.1 189.97 -
System Red Green Blue C M Y K H S L
Decimal 200 85 30 0 0.58 0.85 0.22 19.41 0.74 0.45
Hex C8 55 1E 0 3A 55 16 13 4A 2D
Octal 310 125 36 0 72 125 26 23 112 55
Binary 11001000 1010101 11110 0 111010 1010101 10110 10011 1001010 101101

Color Harmonies of #C8551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8551E

Black with #C8551E

Text Example


Text Example

White with #C8551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8551E; }

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

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

background-color css

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

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

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

border-color css

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

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

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