Html Css Color HEX #C06119 Chocolate

📋 copy color: '#C06119'

red 192 ◦ green 97 ◦ blue 25

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

Shades of Chocolate #C06119

Tints of Chocolate #C06119

RGB

 RED value IS 192 (75.39% from 255) = 61.15%

 GREEN value IS 97 (38.28% from 255) = 30.89%

 BLUE value IS 25 (10.16% from 255) = 7.96%

R = 61.15%
G = 30.89%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C06119 (or 0xC06119) is known color: Chocolate. HEX triplet: C0, 61 and 19. RGB value is (192,97,25). Sum of RGB (Red+Green+Blue) = 192+97+25=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C06119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06119 is #3F9EE6. Grayscale: #757575. Windows color (decimal): -4169447 or 1663424. OLE color: 1663424.

HSL color Cylindrical-coordinate representation of color #C06119: hue angle of 25.87º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C06119 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 25 -
CMYK 0 0.49 0.87 0.25
HSL 25.87º 0.77% 0.43% -
HSV(B) 25.87º 0.87% 0.75% -
XYZ 26.19 19.83 3.37 -
YUV 117.2 75.97 181.35 -
System Red Green Blue C M Y K H S L
Decimal 192 97 25 0 0.49 0.87 0.25 25.87 0.77 0.43
Hex C0 61 19 0 31 57 19 1A 4D 2B
Octal 300 141 31 0 61 127 31 32 115 53
Binary 11000000 1100001 11001 0 110001 1010111 11001 11010 1001101 101011

Color Harmonies of #C06119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06119

Black with #C06119

Text Example


Text Example

White with #C06119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06119; }

 p { color: rgb(192,97,25); }

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

background-color css

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

 a { background-color: rgb(192,97,25); }

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

border-color css

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

 span { border-color: rgb(192,97,25); }

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