Html Css Color HEX #C8631E Chocolate

📋 copy color: '#C8631E'

red 200 ◦ green 99 ◦ blue 30

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

Shades of Chocolate #C8631E

Tints of Chocolate #C8631E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.12%

R = 60.79%
G = 30.09%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8631E (or 0xC8631E) is known color: Chocolate. HEX triplet: C8, 63 and 1E. RGB value is (200,99,30). Sum of RGB (Red+Green+Blue) = 200+99+30=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8631E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8631E is #379CE1. Grayscale: #797979. Windows color (decimal): -3644642 or 1991624. OLE color: 1991624.

HSL color Cylindrical-coordinate representation of color #C8631E: hue angle of 24.35º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8631E is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 99 30 -
CMYK 0 0.50 0.85 0.22
HSL 24.35º 0.74% 0.45% -
HSV(B) 24.35º 0.85% 0.78% -
XYZ 28.52 21.3 3.84 -
YUV 121.33 76.46 184.11 -
System Red Green Blue C M Y K H S L
Decimal 200 99 30 0 0.50 0.85 0.22 24.35 0.74 0.45
Hex C8 63 1E 0 32 55 16 18 4A 2D
Octal 310 143 36 0 62 125 26 30 112 55
Binary 11001000 1100011 11110 0 110010 1010101 10110 11000 1001010 101101

Color Harmonies of #C8631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8631E

Black with #C8631E

Text Example


Text Example

White with #C8631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8631E; }

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

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

background-color css

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

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

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

border-color css

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

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

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