Html Css Color HEX #C8661D Chocolate

📋 copy color: '#C8661D'

red 200 ◦ green 102 ◦ blue 29

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

Shades of Chocolate #C8661D

Tints of Chocolate #C8661D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.82%

 BLUE value IS 29 (11.72% from 255) = 8.76%

R = 60.42%
G = 30.82%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8661D (or 0xC8661D) is known color: Chocolate. HEX triplet: C8, 66 and 1D. RGB value is (200,102,29). Sum of RGB (Red+Green+Blue) = 200+102+29=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8661D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8661D is #3799E2. Grayscale: #7B7B7B. Windows color (decimal): -3643875 or 1926856. OLE color: 1926856.

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

Color convert

RGB 200 102 29 -
CMYK 0 0.49 0.86 0.22
HSL 25.61º 0.75% 0.45% -
HSV(B) 25.61º 0.86% 0.78% -
XYZ 28.79 21.87 3.87 -
YUV 122.98 74.97 182.94 -
System Red Green Blue C M Y K H S L
Decimal 200 102 29 0 0.49 0.86 0.22 25.61 0.75 0.45
Hex C8 66 1D 0 31 56 16 1A 4B 2D
Octal 310 146 35 0 61 126 26 32 113 55
Binary 11001000 1100110 11101 0 110001 1010110 10110 11010 1001011 101101

Color Harmonies of #C8661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8661D

Black with #C8661D

Text Example


Text Example

White with #C8661D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8661D; }

 p { color: rgb(200,102,29); }

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

background-color css

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

 a { background-color: rgb(200,102,29); }

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

border-color css

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

 span { border-color: rgb(200,102,29); }

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