Html Css Color HEX #C8651A Chocolate

📋 copy color: '#C8651A'

red 200 ◦ green 101 ◦ blue 26

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

Shades of Chocolate #C8651A

Tints of Chocolate #C8651A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.89%

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

R = 61.16%
G = 30.89%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8651A (or 0xC8651A) is known color: Chocolate. HEX triplet: C8, 65 and 1A. RGB value is (200,101,26). Sum of RGB (Red+Green+Blue) = 200+101+26=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8651A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8651A is #379AE5. Grayscale: #7A7A7A. Windows color (decimal): -3644134 or 1729992. OLE color: 1729992.

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

Color convert

RGB 200 101 26 -
CMYK 0 0.49 0.87 0.22
HSL 25.86º 0.77% 0.44% -
HSV(B) 25.86º 0.87% 0.78% -
XYZ 28.66 21.66 3.65 -
YUV 122.05 73.8 183.6 -
System Red Green Blue C M Y K H S L
Decimal 200 101 26 0 0.49 0.87 0.22 25.86 0.77 0.44
Hex C8 65 1A 0 31 57 16 1A 4D 2C
Octal 310 145 32 0 61 127 26 32 115 54
Binary 11001000 1100101 11010 0 110001 1010111 10110 11010 1001101 101100

Color Harmonies of #C8651A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8651A

Black with #C8651A

Text Example


Text Example

White with #C8651A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8651A; }

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

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

background-color css

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

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

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

border-color css

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

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

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