Html Css Color HEX #C06019 Chocolate

📋 copy color: '#C06019'

red 192 ◦ green 96 ◦ blue 25

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

Shades of Chocolate #C06019

Tints of Chocolate #C06019

RGB

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

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

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

R = 61.34%
G = 30.67%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C06019 (or 0xC06019) is known color: Chocolate. HEX triplet: C0, 60 and 19. RGB value is (192,96,25). Sum of RGB (Red+Green+Blue) = 192+96+25=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C06019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06019 is #3F9FE6. Grayscale: #747474. Windows color (decimal): -4169703 or 1663168. OLE color: 1663168.

HSL color Cylindrical-coordinate representation of color #C06019: hue angle of 25.51º 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 #C06019 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 25 -
CMYK 0 0.50 0.87 0.25
HSL 25.51º 0.77% 0.43% -
HSV(B) 25.51º 0.87% 0.75% -
XYZ 26.1 19.64 3.34 -
YUV 116.61 76.3 181.77 -
System Red Green Blue C M Y K H S L
Decimal 192 96 25 0 0.50 0.87 0.25 25.51 0.77 0.43
Hex C0 60 19 0 32 57 19 1A 4D 2B
Octal 300 140 31 0 62 127 31 32 115 53
Binary 11000000 1100000 11001 0 110010 1010111 11001 11010 1001101 101011

Color Harmonies of #C06019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06019

Black with #C06019

Text Example


Text Example

White with #C06019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06019; }

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

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

background-color css

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

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

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

border-color css

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

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

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