Html Css Color HEX #C8641A Chocolate

📋 copy color: '#C8641A'

red 200 ◦ green 100 ◦ blue 26

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

Shades of Chocolate #C8641A

Tints of Chocolate #C8641A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.98%

R = 61.35%
G = 30.67%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8641A (or 0xC8641A) is known color: Chocolate. HEX triplet: C8, 64 and 1A. RGB value is (200,100,26). Sum of RGB (Red+Green+Blue) = 200+100+26=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8641A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8641A is #379BE5. Grayscale: #797979. Windows color (decimal): -3644390 or 1729736. OLE color: 1729736.

HSL color Cylindrical-coordinate representation of color #C8641A: hue angle of 25.52º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8641A is Cyan = 0, Magento = 0.5, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 100 26 -
CMYK 0 0.5 0.87 0.22
HSL 25.52º 0.77% 0.44% -
HSV(B) 25.52º 0.87% 0.78% -
XYZ 28.56 21.47 3.62 -
YUV 121.46 74.13 184.02 -
System Red Green Blue C M Y K H S L
Decimal 200 100 26 0 0.5 0.87 0.22 25.52 0.77 0.44
Hex C8 64 1A 0 32 57 16 1A 4D 2C
Octal 310 144 32 0 62 127 26 32 115 54
Binary 11001000 1100100 11010 0 110010 1010111 10110 11010 1001101 101100

Color Harmonies of #C8641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8641A

Black with #C8641A

Text Example


Text Example

White with #C8641A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8641A; }

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

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

background-color css

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

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

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

border-color css

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

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

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