Html Css Color HEX #C16E17 Ochre

📋 copy color: '#C16E17'

red 193 ◦ green 110 ◦ blue 23

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

Shades of Ochre #C16E17

Tints of Ochre #C16E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.06%

R = 59.2%
G = 33.74%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C16E17 (or 0xC16E17) is known color: Ochre. HEX triplet: C1, 6E and 17. RGB value is (193,110,23). Sum of RGB (Red+Green+Blue) = 193+110+23=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16E17 is #3E91E8. Grayscale: #7D7D7D. Windows color (decimal): -4100585 or 1535681. OLE color: 1535681.

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

Color convert

RGB 193 110 23 -
CMYK 0 0.43 0.88 0.24
HSL 30.71º 0.79% 0.42% -
HSV(B) 30.71º 0.88% 0.76% -
XYZ 27.72 22.55 3.7 -
YUV 124.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 193 110 23 0 0.43 0.88 0.24 30.71 0.79 0.42
Hex C1 6E 17 0 2B 58 18 1F 4F 2A
Octal 301 156 27 0 53 130 30 37 117 52
Binary 11000001 1101110 10111 0 101011 1011000 11000 11111 1001111 101010

Color Harmonies of #C16E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16E17

Black with #C16E17

Text Example


Text Example

White with #C16E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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