Html Css Color HEX #C06A19 Chocolate

📋 copy color: '#C06A19'

red 192 ◦ green 106 ◦ blue 25

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

Shades of Chocolate #C06A19

Tints of Chocolate #C06A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.82%

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

R = 59.44%
G = 32.82%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C06A19 (or 0xC06A19) is known color: Chocolate. HEX triplet: C0, 6A and 19. RGB value is (192,106,25). Sum of RGB (Red+Green+Blue) = 192+106+25=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06A19 is #3F95E6. Grayscale: #7A7A7A. Windows color (decimal): -4167143 or 1665728. OLE color: 1665728.

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

Color convert

RGB 192 106 25 -
CMYK 0 0.45 0.87 0.25
HSL 29.1º 0.77% 0.43% -
HSV(B) 29.1º 0.87% 0.75% -
XYZ 27.07 21.58 3.66 -
YUV 122.48 72.99 177.59 -
System Red Green Blue C M Y K H S L
Decimal 192 106 25 0 0.45 0.87 0.25 29.1 0.77 0.43
Hex C0 6A 19 0 2D 57 19 1D 4D 2B
Octal 300 152 31 0 55 127 31 35 115 53
Binary 11000000 1101010 11001 0 101101 1010111 11001 11101 1001101 101011

Color Harmonies of #C06A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06A19

Black with #C06A19

Text Example


Text Example

White with #C06A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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