Html Css Color HEX #C8651E Chocolate

📋 copy color: '#C8651E'

red 200 ◦ green 101 ◦ blue 30

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

Shades of Chocolate #C8651E

Tints of Chocolate #C8651E

RGB

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

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

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

R = 60.42%
G = 30.51%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8651E (or 0xC8651E) is known color: Chocolate. HEX triplet: C8, 65 and 1E. RGB value is (200,101,30). Sum of RGB (Red+Green+Blue) = 200+101+30=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8651E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8651E is #379AE1. Grayscale: #7A7A7A. Windows color (decimal): -3644130 or 1992136. OLE color: 1992136.

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

Color convert

RGB 200 101 30 -
CMYK 0 0.49 0.85 0.22
HSL 25.06º 0.74% 0.45% -
HSV(B) 25.06º 0.85% 0.78% -
XYZ 28.71 21.68 3.9 -
YUV 122.51 75.8 183.27 -
System Red Green Blue C M Y K H S L
Decimal 200 101 30 0 0.49 0.85 0.22 25.06 0.74 0.45
Hex C8 65 1E 0 31 55 16 19 4A 2D
Octal 310 145 36 0 61 125 26 31 112 55
Binary 11001000 1100101 11110 0 110001 1010101 10110 11001 1001010 101101

Color Harmonies of #C8651E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8651E

Black with #C8651E

Text Example


Text Example

White with #C8651E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8651E; }

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

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

background-color css

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

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

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

border-color css

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

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

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