Html Css Color HEX #C8651F Chocolate

📋 copy color: '#C8651F'

red 200 ◦ green 101 ◦ blue 31

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

Shades of Chocolate #C8651F

Tints of Chocolate #C8651F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.34%

R = 60.24%
G = 30.42%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8651F (or 0xC8651F) is known color: Chocolate. HEX triplet: C8, 65 and 1F. RGB value is (200,101,31). Sum of RGB (Red+Green+Blue) = 200+101+31=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8651F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8651F is #379AE0. Grayscale: #7B7B7B. Windows color (decimal): -3644129 or 2057672. OLE color: 2057672.

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

Color convert

RGB 200 101 31 -
CMYK 0 0.49 0.84 0.22
HSL 24.85º 0.73% 0.45% -
HSV(B) 24.85º 0.85% 0.78% -
XYZ 28.72 21.69 3.97 -
YUV 122.62 76.3 183.19 -
System Red Green Blue C M Y K H S L
Decimal 200 101 31 0 0.49 0.84 0.22 24.85 0.73 0.45
Hex C8 65 1F 0 31 54 16 19 49 2D
Octal 310 145 37 0 61 124 26 31 111 55
Binary 11001000 1100101 11111 0 110001 1010100 10110 11001 1001001 101101

Color Harmonies of #C8651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8651F

Black with #C8651F

Text Example


Text Example

White with #C8651F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8651F; }

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

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

background-color css

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

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

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

border-color css

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

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

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