Html Css Color HEX #C8690B Chocolate

📋 copy color: '#C8690B'

red 200 ◦ green 105 ◦ blue 11

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

Shades of Chocolate #C8690B

Tints of Chocolate #C8690B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.23%

 BLUE value IS 11 (4.69% from 255) = 3.48%

R = 63.29%
G = 33.23%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8690B (or 0xC8690B) is known color: Chocolate. HEX triplet: C8, 69 and 0B. RGB value is (200,105,11). Sum of RGB (Red+Green+Blue) = 200+105+11=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8690B is #3796F4. Grayscale: #7B7B7B. Windows color (decimal): -3643125 or 747976. OLE color: 747976.

HSL color Cylindrical-coordinate representation of color #C8690B: hue angle of 29.84º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8690B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 105 11 -
CMYK 0 0.48 0.94 0.22
HSL 29.84º 0.9% 0.41% -
HSV(B) 29.84º 0.95% 0.78% -
XYZ 28.93 22.41 3.12 -
YUV 122.69 64.97 183.14 -
System Red Green Blue C M Y K H S L
Decimal 200 105 11 0 0.48 0.94 0.22 29.84 0.9 0.41
Hex C8 69 B 0 30 5E 16 1E 5A 29
Octal 310 151 13 0 60 136 26 36 132 51
Binary 11001000 1101001 1011 0 110000 1011110 10110 11110 1011010 101001

Color Harmonies of #C8690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8690B

Black with #C8690B

Text Example


Text Example

White with #C8690B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8690B; }

 p { color: rgb(200,105,11); }

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

background-color css

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

 a { background-color: rgb(200,105,11); }

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

border-color css

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

 span { border-color: rgb(200,105,11); }

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