Html Css Color HEX #C8641C Chocolate

📋 copy color: '#C8641C'

red 200 ◦ green 100 ◦ blue 28

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

Shades of Chocolate #C8641C

Tints of Chocolate #C8641C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

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

R = 60.98%
G = 30.49%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8641C (or 0xC8641C) is known color: Chocolate. HEX triplet: C8, 64 and 1C. RGB value is (200,100,28). Sum of RGB (Red+Green+Blue) = 200+100+28=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8641C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8641C is #379BE3. Grayscale: #7A7A7A. Windows color (decimal): -3644388 or 1860808. OLE color: 1860808.

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

Color convert

RGB 200 100 28 -
CMYK 0 0.5 0.86 0.22
HSL 25.12º 0.75% 0.45% -
HSV(B) 25.12º 0.86% 0.78% -
XYZ 28.59 21.48 3.74 -
YUV 121.69 75.13 183.85 -
System Red Green Blue C M Y K H S L
Decimal 200 100 28 0 0.5 0.86 0.22 25.12 0.75 0.45
Hex C8 64 1C 0 32 56 16 19 4B 2D
Octal 310 144 34 0 62 126 26 31 113 55
Binary 11001000 1100100 11100 0 110010 1010110 10110 11001 1001011 101101

Color Harmonies of #C8641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8641C

Black with #C8641C

Text Example


Text Example

White with #C8641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8641C; }

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

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

background-color css

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

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

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

border-color css

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

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

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