Html Css Color HEX #C7601A Chocolate

📋 copy color: '#C7601A'

red 199 ◦ green 96 ◦ blue 26

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

Shades of Chocolate #C7601A

Tints of Chocolate #C7601A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.1%

R = 61.99%
G = 29.91%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7601A (or 0xC7601A) is known color: Chocolate. HEX triplet: C7, 60 and 1A. RGB value is (199,96,26). Sum of RGB (Red+Green+Blue) = 199+96+26=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C7601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7601A is #389FE5. Grayscale: #777777. Windows color (decimal): -3710950 or 1728711. OLE color: 1728711.

HSL color Cylindrical-coordinate representation of color #C7601A: hue angle of 24.28º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7601A is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 96 26 -
CMYK 0 0.52 0.87 0.22
HSL 24.28º 0.77% 0.44% -
HSV(B) 24.28º 0.87% 0.78% -
XYZ 27.92 20.58 3.48 -
YUV 118.82 75.62 185.19 -
System Red Green Blue C M Y K H S L
Decimal 199 96 26 0 0.52 0.87 0.22 24.28 0.77 0.44
Hex C7 60 1A 0 34 57 16 18 4D 2C
Octal 307 140 32 0 64 127 26 30 115 54
Binary 11000111 1100000 11010 0 110100 1010111 10110 11000 1001101 101100

Color Harmonies of #C7601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7601A

Black with #C7601A

Text Example


Text Example

White with #C7601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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