Html Css Color HEX #C7690C Chocolate

📋 copy color: '#C7690C'

red 199 ◦ green 105 ◦ blue 12

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

Shades of Chocolate #C7690C

Tints of Chocolate #C7690C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.8%

R = 62.97%
G = 33.23%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7690C (or 0xC7690C) is known color: Chocolate. HEX triplet: C7, 69 and 0C. RGB value is (199,105,12). Sum of RGB (Red+Green+Blue) = 199+105+12=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C7690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7690C is #3896F3. Grayscale: #7A7A7A. Windows color (decimal): -3708660 or 813511. OLE color: 813511.

HSL color Cylindrical-coordinate representation of color #C7690C: hue angle of 29.84º degrees, saturation: 0.89, 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 #C7690C is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 105 12 -
CMYK 0 0.47 0.94 0.22
HSL 29.84º 0.89% 0.41% -
HSV(B) 29.84º 0.94% 0.78% -
XYZ 28.67 22.27 3.14 -
YUV 122.5 65.64 182.56 -
System Red Green Blue C M Y K H S L
Decimal 199 105 12 0 0.47 0.94 0.22 29.84 0.89 0.41
Hex C7 69 C 0 2F 5E 16 1E 59 29
Octal 307 151 14 0 57 136 26 36 131 51
Binary 11000111 1101001 1100 0 101111 1011110 10110 11110 1011001 101001

Color Harmonies of #C7690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7690C

Black with #C7690C

Text Example


Text Example

White with #C7690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7690C; }

 p { color: rgb(199,105,12); }

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

background-color css

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

 a { background-color: rgb(199,105,12); }

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

border-color css

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

 span { border-color: rgb(199,105,12); }

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