Html Css Color HEX #C16F1E Ochre

📋 copy color: '#C16F1E'

red 193 ◦ green 111 ◦ blue 30

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

Shades of Ochre #C16F1E

Tints of Ochre #C16F1E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.23%

 BLUE value IS 30 (12.11% from 255) = 8.98%

R = 57.78%
G = 33.23%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C16F1E (or 0xC16F1E) is known color: Ochre. HEX triplet: C1, 6F and 1E. RGB value is (193,111,30). Sum of RGB (Red+Green+Blue) = 193+111+30=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F1E is #3E90E1. Grayscale: #7E7E7E. Windows color (decimal): -4100322 or 1994689. OLE color: 1994689.

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

Color convert

RGB 193 111 30 -
CMYK 0 0.42 0.84 0.24
HSL 29.82º 0.73% 0.44% -
HSV(B) 29.82º 0.84% 0.76% -
XYZ 27.91 22.8 4.16 -
YUV 126.28 73.67 175.59 -
System Red Green Blue C M Y K H S L
Decimal 193 111 30 0 0.42 0.84 0.24 29.82 0.73 0.44
Hex C1 6F 1E 0 2A 54 18 1E 49 2C
Octal 301 157 36 0 52 124 30 36 111 54
Binary 11000001 1101111 11110 0 101010 1010100 11000 11110 1001001 101100

Color Harmonies of #C16F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F1E

Black with #C16F1E

Text Example


Text Example

White with #C16F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F1E; }

 p { color: rgb(193,111,30); }

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

background-color css

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

 a { background-color: rgb(193,111,30); }

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

border-color css

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

 span { border-color: rgb(193,111,30); }

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