Html Css Color HEX #C8671C Chocolate

📋 copy color: '#C8671C'

red 200 ◦ green 103 ◦ blue 28

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

Shades of Chocolate #C8671C

Tints of Chocolate #C8671C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.12%

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

R = 60.42%
G = 31.12%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8671C (or 0xC8671C) is known color: Chocolate. HEX triplet: C8, 67 and 1C. RGB value is (200,103,28). Sum of RGB (Red+Green+Blue) = 200+103+28=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8671C is #3798E3. Grayscale: #7B7B7B. Windows color (decimal): -3643620 or 1861576. OLE color: 1861576.

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

Color convert

RGB 200 103 28 -
CMYK 0 0.48 0.86 0.22
HSL 26.16º 0.75% 0.45% -
HSV(B) 26.16º 0.86% 0.78% -
XYZ 28.88 22.06 3.84 -
YUV 123.45 74.14 182.6 -
System Red Green Blue C M Y K H S L
Decimal 200 103 28 0 0.48 0.86 0.22 26.16 0.75 0.45
Hex C8 67 1C 0 30 56 16 1A 4B 2D
Octal 310 147 34 0 60 126 26 32 113 55
Binary 11001000 1100111 11100 0 110000 1010110 10110 11010 1001011 101101

Color Harmonies of #C8671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8671C

Black with #C8671C

Text Example


Text Example

White with #C8671C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8671C; }

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

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

background-color css

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

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

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

border-color css

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

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

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