Html Css Color HEX #C16F1D Ochre

📋 copy color: '#C16F1D'

red 193 ◦ green 111 ◦ blue 29

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

Shades of Ochre #C16F1D

Tints of Ochre #C16F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.71%

R = 57.96%
G = 33.33%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C16F1D (or 0xC16F1D) is known color: Ochre. HEX triplet: C1, 6F and 1D. RGB value is (193,111,29). Sum of RGB (Red+Green+Blue) = 193+111+29=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F1D is #3E90E2. Grayscale: #7E7E7E. Windows color (decimal): -4100323 or 1929153. OLE color: 1929153.

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

Color convert

RGB 193 111 29 -
CMYK 0 0.42 0.85 0.24
HSL 30º 0.74% 0.44% -
HSV(B) 30º 0.85% 0.76% -
XYZ 27.9 22.8 4.09 -
YUV 126.17 73.17 175.67 -
System Red Green Blue C M Y K H S L
Decimal 193 111 29 0 0.42 0.85 0.24 30 0.74 0.44
Hex C1 6F 1D 0 2A 55 18 1E 4A 2C
Octal 301 157 35 0 52 125 30 36 112 54
Binary 11000001 1101111 11101 0 101010 1010101 11000 11110 1001010 101100

Color Harmonies of #C16F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F1D

Black with #C16F1D

Text Example


Text Example

White with #C16F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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