Html Css Color HEX #C7601F Chocolate

📋 copy color: '#C7601F'

red 199 ◦ green 96 ◦ blue 31

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

Shades of Chocolate #C7601F

Tints of Chocolate #C7601F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

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

R = 61.04%
G = 29.45%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C7601F (or 0xC7601F) is known color: Chocolate. HEX triplet: C7, 60 and 1F. RGB value is (199,96,31). Sum of RGB (Red+Green+Blue) = 199+96+31=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7601F is #389FE0. Grayscale: #777777. Windows color (decimal): -3710945 or 2056391. OLE color: 2056391.

HSL color Cylindrical-coordinate representation of color #C7601F: hue angle of 23.21º 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 #C7601F is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 96 31 -
CMYK 0 0.52 0.84 0.22
HSL 23.21º 0.73% 0.45% -
HSV(B) 23.21º 0.84% 0.78% -
XYZ 27.98 20.61 3.8 -
YUV 119.39 78.12 184.79 -
System Red Green Blue C M Y K H S L
Decimal 199 96 31 0 0.52 0.84 0.22 23.21 0.73 0.45
Hex C7 60 1F 0 34 54 16 17 49 2D
Octal 307 140 37 0 64 124 26 27 111 55
Binary 11000111 1100000 11111 0 110100 1010100 10110 10111 1001001 101101

Color Harmonies of #C7601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7601F

Black with #C7601F

Text Example


Text Example

White with #C7601F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7601F; }

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

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

background-color css

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

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

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

border-color css

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

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

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