Html Css Color HEX #C8621A Chocolate

📋 copy color: '#C8621A'

red 200 ◦ green 98 ◦ blue 26

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

Shades of Chocolate #C8621A

Tints of Chocolate #C8621A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.25%

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

R = 61.73%
G = 30.25%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8621A (or 0xC8621A) is known color: Chocolate. HEX triplet: C8, 62 and 1A. RGB value is (200,98,26). Sum of RGB (Red+Green+Blue) = 200+98+26=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C8621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8621A is #379DE5. Grayscale: #787878. Windows color (decimal): -3644902 or 1729224. OLE color: 1729224.

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

Color convert

RGB 200 98 26 -
CMYK 0 0.51 0.87 0.22
HSL 24.83º 0.77% 0.44% -
HSV(B) 24.83º 0.87% 0.78% -
XYZ 28.37 21.09 3.55 -
YUV 120.29 74.79 184.85 -
System Red Green Blue C M Y K H S L
Decimal 200 98 26 0 0.51 0.87 0.22 24.83 0.77 0.44
Hex C8 62 1A 0 33 57 16 19 4D 2C
Octal 310 142 32 0 63 127 26 31 115 54
Binary 11001000 1100010 11010 0 110011 1010111 10110 11001 1001101 101100

Color Harmonies of #C8621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8621A

Black with #C8621A

Text Example


Text Example

White with #C8621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8621A; }

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

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

background-color css

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

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

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

border-color css

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

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

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