Html Css Color HEX #C16C1F Ochre

📋 copy color: '#C16C1F'

red 193 ◦ green 108 ◦ blue 31

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

Shades of Ochre #C16C1F

Tints of Ochre #C16C1F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.53%

 BLUE value IS 31 (12.5% from 255) = 9.34%

R = 58.13%
G = 32.53%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C16C1F (or 0xC16C1F) is known color: Ochre. HEX triplet: C1, 6C and 1F. RGB value is (193,108,31). Sum of RGB (Red+Green+Blue) = 193+108+31=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C1F is #3E93E0. Grayscale: #7D7D7D. Windows color (decimal): -4101089 or 2059457. OLE color: 2059457.

HSL color Cylindrical-coordinate representation of color #C16C1F: hue angle of 28.52º degrees, saturation: 0.72, 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 #C16C1F is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 108 31 -
CMYK 0 0.44 0.84 0.24
HSL 28.52º 0.72% 0.44% -
HSV(B) 28.52º 0.84% 0.76% -
XYZ 27.6 22.16 4.12 -
YUV 124.64 75.16 176.76 -
System Red Green Blue C M Y K H S L
Decimal 193 108 31 0 0.44 0.84 0.24 28.52 0.72 0.44
Hex C1 6C 1F 0 2C 54 18 1D 48 2C
Octal 301 154 37 0 54 124 30 35 110 54
Binary 11000001 1101100 11111 0 101100 1010100 11000 11101 1001000 101100

Color Harmonies of #C16C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16C1F

Black with #C16C1F

Text Example


Text Example

White with #C16C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16C1F; }

 p { color: rgb(193,108,31); }

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

background-color css

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

 a { background-color: rgb(193,108,31); }

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

border-color css

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

 span { border-color: rgb(193,108,31); }

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