Html Css Color HEX #C8631A Chocolate

📋 copy color: '#C8631A'

red 200 ◦ green 99 ◦ blue 26

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

Shades of Chocolate #C8631A

Tints of Chocolate #C8631A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

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

R = 61.54%
G = 30.46%
B = 8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8631A (or 0xC8631A) is known color: Chocolate. HEX triplet: C8, 63 and 1A. RGB value is (200,99,26). Sum of RGB (Red+Green+Blue) = 200+99+26=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8631A is #379CE5. Grayscale: #797979. Windows color (decimal): -3644646 or 1729480. OLE color: 1729480.

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

Color convert

RGB 200 99 26 -
CMYK 0 0.50 0.87 0.22
HSL 25.17º 0.77% 0.44% -
HSV(B) 25.17º 0.87% 0.78% -
XYZ 28.47 21.28 3.58 -
YUV 120.88 74.46 184.44 -
System Red Green Blue C M Y K H S L
Decimal 200 99 26 0 0.50 0.87 0.22 25.17 0.77 0.44
Hex C8 63 1A 0 32 57 16 19 4D 2C
Octal 310 143 32 0 62 127 26 31 115 54
Binary 11001000 1100011 11010 0 110010 1010111 10110 11001 1001101 101100

Color Harmonies of #C8631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8631A

Black with #C8631A

Text Example


Text Example

White with #C8631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8631A; }

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

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

background-color css

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

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

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

border-color css

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

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

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