Html Css Color HEX #C16E13 Ochre

📋 copy color: '#C16E13'

red 193 ◦ green 110 ◦ blue 19

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

Shades of Ochre #C16E13

Tints of Ochre #C16E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.9%

R = 59.94%
G = 34.16%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C16E13 (or 0xC16E13) is known color: Ochre. HEX triplet: C1, 6E and 13. RGB value is (193,110,19). Sum of RGB (Red+Green+Blue) = 193+110+19=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16E13 is #3E91EC. Grayscale: #7C7C7C. Windows color (decimal): -4100589 or 1273537. OLE color: 1273537.

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

Color convert

RGB 193 110 19 -
CMYK 0 0.43 0.90 0.24
HSL 31.38º 0.82% 0.42% -
HSV(B) 31.38º 0.9% 0.76% -
XYZ 27.69 22.54 3.51 -
YUV 124.44 68.5 176.9 -
System Red Green Blue C M Y K H S L
Decimal 193 110 19 0 0.43 0.90 0.24 31.38 0.82 0.42
Hex C1 6E 13 0 2B 5A 18 1F 52 2A
Octal 301 156 23 0 53 132 30 37 122 52
Binary 11000001 1101110 10011 0 101011 1011010 11000 11111 1010010 101010

Color Harmonies of #C16E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16E13

Black with #C16E13

Text Example


Text Example

White with #C16E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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