Html Css Color HEX #C16E20 Ochre

📋 copy color: '#C16E20'

red 193 ◦ green 110 ◦ blue 32

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

Shades of Ochre #C16E20

Tints of Ochre #C16E20

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.84%

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 57.61%
G = 32.84%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C16E20 (or 0xC16E20) is known color: Ochre. HEX triplet: C1, 6E and 20. RGB value is (193,110,32). Sum of RGB (Red+Green+Blue) = 193+110+32=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E20 is #3E91DF. Grayscale: #7E7E7E. Windows color (decimal): -4100576 or 2125505. OLE color: 2125505.

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

Color convert

RGB 193 110 32 -
CMYK 0 0.43 0.83 0.24
HSL 29.07º 0.72% 0.44% -
HSV(B) 29.07º 0.83% 0.76% -
XYZ 27.83 22.59 4.26 -
YUV 125.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 193 110 32 0 0.43 0.83 0.24 29.07 0.72 0.44
Hex C1 6E 20 0 2B 53 18 1D 48 2C
Octal 301 156 40 0 53 123 30 35 110 54
Binary 11000001 1101110 100000 0 101011 1010011 11000 11101 1001000 101100

Color Harmonies of #C16E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16E20

Black with #C16E20

Text Example


Text Example

White with #C16E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16E20; }

 p { color: rgb(193,110,32); }

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

background-color css

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

 a { background-color: rgb(193,110,32); }

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

border-color css

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

 span { border-color: rgb(193,110,32); }

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