Html Css Color HEX #C8601A Chocolate

📋 copy color: '#C8601A'

red 200 ◦ green 96 ◦ blue 26

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

Shades of Chocolate #C8601A

Tints of Chocolate #C8601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.81%

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

R = 62.11%
G = 29.81%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8601A (or 0xC8601A) is known color: Chocolate. HEX triplet: C8, 60 and 1A. RGB value is (200,96,26). Sum of RGB (Red+Green+Blue) = 200+96+26=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C8601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8601A is #379FE5. Grayscale: #777777. Windows color (decimal): -3645414 or 1728712. OLE color: 1728712.

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

Color convert

RGB 200 96 26 -
CMYK 0 0.52 0.87 0.22
HSL 24.14º 0.77% 0.44% -
HSV(B) 24.14º 0.87% 0.78% -
XYZ 28.19 20.72 3.49 -
YUV 119.12 75.46 185.69 -
System Red Green Blue C M Y K H S L
Decimal 200 96 26 0 0.52 0.87 0.22 24.14 0.77 0.44
Hex C8 60 1A 0 34 57 16 18 4D 2C
Octal 310 140 32 0 64 127 26 30 115 54
Binary 11001000 1100000 11010 0 110100 1010111 10110 11000 1001101 101100

Color Harmonies of #C8601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8601A

Black with #C8601A

Text Example


Text Example

White with #C8601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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