Html Css Color HEX #C16D0B Ochre

📋 copy color: '#C16D0B'

red 193 ◦ green 109 ◦ blue 11

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

Shades of Ochre #C16D0B

Tints of Ochre #C16D0B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 61.66%
G = 34.82%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C16D0B (or 0xC16D0B) is known color: Ochre. HEX triplet: C1, 6D and 0B. RGB value is (193,109,11). Sum of RGB (Red+Green+Blue) = 193+109+11=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16D0B is #3E92F4. Grayscale: #7B7B7B. Windows color (decimal): -4100853 or 748993. OLE color: 748993.

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

Color convert

RGB 193 109 11 -
CMYK 0 0.44 0.94 0.24
HSL 32.31º 0.89% 0.4% -
HSV(B) 32.31º 0.94% 0.76% -
XYZ 27.52 22.3 3.17 -
YUV 122.94 64.83 177.97 -
System Red Green Blue C M Y K H S L
Decimal 193 109 11 0 0.44 0.94 0.24 32.31 0.89 0.4
Hex C1 6D B 0 2C 5E 18 20 59 28
Octal 301 155 13 0 54 136 30 40 131 50
Binary 11000001 1101101 1011 0 101100 1011110 11000 100000 1011001 101000

Color Harmonies of #C16D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16D0B

Black with #C16D0B

Text Example


Text Example

White with #C16D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16D0B; }

 p { color: rgb(193,109,11); }

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

background-color css

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

 a { background-color: rgb(193,109,11); }

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

border-color css

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

 span { border-color: rgb(193,109,11); }

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