Html Css Color HEX #C16619 Chocolate

📋 copy color: '#C16619'

red 193 ◦ green 102 ◦ blue 25

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

Shades of Chocolate #C16619

Tints of Chocolate #C16619

RGB

 RED value IS 193 (75.78% from 255) = 60.31%

 GREEN value IS 102 (40.23% from 255) = 31.88%

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

R = 60.31%
G = 31.88%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C16619 (or 0xC16619) is known color: Chocolate. HEX triplet: C1, 66 and 19. RGB value is (193,102,25). Sum of RGB (Red+Green+Blue) = 193+102+25=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C16619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16619 is #3E99E6. Grayscale: #787878. Windows color (decimal): -4102631 or 1664705. OLE color: 1664705.

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

Color convert

RGB 193 102 25 -
CMYK 0 0.47 0.87 0.24
HSL 27.5º 0.77% 0.43% -
HSV(B) 27.5º 0.87% 0.76% -
XYZ 26.92 20.91 3.54 -
YUV 120.43 74.15 179.76 -
System Red Green Blue C M Y K H S L
Decimal 193 102 25 0 0.47 0.87 0.24 27.5 0.77 0.43
Hex C1 66 19 0 2F 57 18 1C 4D 2B
Octal 301 146 31 0 57 127 30 34 115 53
Binary 11000001 1100110 11001 0 101111 1010111 11000 11100 1001101 101011

Color Harmonies of #C16619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16619

Black with #C16619

Text Example


Text Example

White with #C16619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16619; }

 p { color: rgb(193,102,25); }

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

background-color css

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

 a { background-color: rgb(193,102,25); }

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

border-color css

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

 span { border-color: rgb(193,102,25); }

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