Html Css Color HEX #C8631C Chocolate

📋 copy color: '#C8631C'

red 200 ◦ green 99 ◦ blue 28

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

Shades of Chocolate #C8631C

Tints of Chocolate #C8631C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.56%

R = 61.16%
G = 30.28%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8631C (or 0xC8631C) is known color: Chocolate. HEX triplet: C8, 63 and 1C. RGB value is (200,99,28). Sum of RGB (Red+Green+Blue) = 200+99+28=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8631C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8631C is #379CE3. Grayscale: #797979. Windows color (decimal): -3644644 or 1860552. OLE color: 1860552.

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

Color convert

RGB 200 99 28 -
CMYK 0 0.50 0.86 0.22
HSL 24.77º 0.75% 0.45% -
HSV(B) 24.77º 0.86% 0.78% -
XYZ 28.49 21.29 3.71 -
YUV 121.11 75.46 184.27 -
System Red Green Blue C M Y K H S L
Decimal 200 99 28 0 0.50 0.86 0.22 24.77 0.75 0.45
Hex C8 63 1C 0 32 56 16 19 4B 2D
Octal 310 143 34 0 62 126 26 31 113 55
Binary 11001000 1100011 11100 0 110010 1010110 10110 11001 1001011 101101

Color Harmonies of #C8631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8631C

Black with #C8631C

Text Example


Text Example

White with #C8631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8631C; }

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

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

background-color css

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

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

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

border-color css

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

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

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