Html Css Color HEX #C7641F Chocolate

📋 copy color: '#C7641F'

red 199 ◦ green 100 ◦ blue 31

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

Shades of Chocolate #C7641F

Tints of Chocolate #C7641F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.39%

R = 60.3%
G = 30.3%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C7641F (or 0xC7641F) is known color: Chocolate. HEX triplet: C7, 64 and 1F. RGB value is (199,100,31). Sum of RGB (Red+Green+Blue) = 199+100+31=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7641F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7641F is #389BE0. Grayscale: #7A7A7A. Windows color (decimal): -3709921 or 2057415. OLE color: 2057415.

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

Color convert

RGB 199 100 31 -
CMYK 0 0.50 0.84 0.22
HSL 24.64º 0.73% 0.45% -
HSV(B) 24.64º 0.84% 0.78% -
XYZ 28.36 21.36 3.92 -
YUV 121.74 76.8 183.11 -
System Red Green Blue C M Y K H S L
Decimal 199 100 31 0 0.50 0.84 0.22 24.64 0.73 0.45
Hex C7 64 1F 0 32 54 16 19 49 2D
Octal 307 144 37 0 62 124 26 31 111 55
Binary 11000111 1100100 11111 0 110010 1010100 10110 11001 1001001 101101

Color Harmonies of #C7641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7641F

Black with #C7641F

Text Example


Text Example

White with #C7641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7641F; }

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

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

background-color css

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

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

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

border-color css

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

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

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