Html Css Color HEX #C7640F Chocolate

📋 copy color: '#C7640F'

red 199 ◦ green 100 ◦ blue 15

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

Shades of Chocolate #C7640F

Tints of Chocolate #C7640F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.85%

 BLUE value IS 15 (6.25% from 255) = 4.78%

R = 63.38%
G = 31.85%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7640F (or 0xC7640F) is known color: Chocolate. HEX triplet: C7, 64 and 0F. RGB value is (199,100,15). Sum of RGB (Red+Green+Blue) = 199+100+15=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C7640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7640F is #389BF0. Grayscale: #787878. Windows color (decimal): -3709937 or 1008839. OLE color: 1008839.

HSL color Cylindrical-coordinate representation of color #C7640F: hue angle of 27.72º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7640F is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 100 15 -
CMYK 0 0.50 0.92 0.22
HSL 27.72º 0.86% 0.42% -
HSV(B) 27.72º 0.92% 0.78% -
XYZ 28.2 21.29 3.08 -
YUV 119.91 68.8 184.41 -
System Red Green Blue C M Y K H S L
Decimal 199 100 15 0 0.50 0.92 0.22 27.72 0.86 0.42
Hex C7 64 F 0 32 5C 16 1C 56 2A
Octal 307 144 17 0 62 134 26 34 126 52
Binary 11000111 1100100 1111 0 110010 1011100 10110 11100 1010110 101010

Color Harmonies of #C7640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7640F

Black with #C7640F

Text Example


Text Example

White with #C7640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7640F; }

 p { color: rgb(199,100,15); }

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

background-color css

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

 a { background-color: rgb(199,100,15); }

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

border-color css

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

 span { border-color: rgb(199,100,15); }

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