Html Css Color HEX #C76C15 Chocolate

📋 copy color: '#C76C15'

red 199 ◦ green 108 ◦ blue 21

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

Shades of Chocolate #C76C15

Tints of Chocolate #C76C15

RGB

 RED value IS 199 (78.13% from 255) = 60.67%

 GREEN value IS 108 (42.58% from 255) = 32.93%

 BLUE value IS 21 (8.59% from 255) = 6.4%

R = 60.67%
G = 32.93%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C76C15 (or 0xC76C15) is known color: Chocolate. HEX triplet: C7, 6C and 15. RGB value is (199,108,21). Sum of RGB (Red+Green+Blue) = 199+108+21=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76C15 is #3893EA. Grayscale: #7D7D7D. Windows color (decimal): -3707883 or 1404103. OLE color: 1404103.

HSL color Cylindrical-coordinate representation of color #C76C15: hue angle of 29.33º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C76C15 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 108 21 -
CMYK 0 0.46 0.89 0.22
HSL 29.33º 0.81% 0.43% -
HSV(B) 29.33º 0.89% 0.78% -
XYZ 29.05 22.92 3.6 -
YUV 125.29 69.15 180.57 -
System Red Green Blue C M Y K H S L
Decimal 199 108 21 0 0.46 0.89 0.22 29.33 0.81 0.43
Hex C7 6C 15 0 2E 59 16 1D 51 2B
Octal 307 154 25 0 56 131 26 35 121 53
Binary 11000111 1101100 10101 0 101110 1011001 10110 11101 1010001 101011

Color Harmonies of #C76C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76C15

Black with #C76C15

Text Example


Text Example

White with #C76C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76C15; }

 p { color: rgb(199,108,21); }

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

background-color css

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

 a { background-color: rgb(199,108,21); }

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

border-color css

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

 span { border-color: rgb(199,108,21); }

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