Html Css Color HEX #C16C20 Ochre

📋 copy color: '#C16C20'

red 193 ◦ green 108 ◦ blue 32

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

Shades of Ochre #C16C20

Tints of Ochre #C16C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.61%

R = 57.96%
G = 32.43%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C16C20 (or 0xC16C20) is known color: Ochre. HEX triplet: C1, 6C and 20. RGB value is (193,108,32). Sum of RGB (Red+Green+Blue) = 193+108+32=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C20 is #3E93DF. Grayscale: #7D7D7D. Windows color (decimal): -4101088 or 2124993. OLE color: 2124993.

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

Color convert

RGB 193 108 32 -
CMYK 0 0.44 0.83 0.24
HSL 28.32º 0.72% 0.44% -
HSV(B) 28.32º 0.83% 0.76% -
XYZ 27.62 22.17 4.19 -
YUV 124.75 75.66 176.68 -
System Red Green Blue C M Y K H S L
Decimal 193 108 32 0 0.44 0.83 0.24 28.32 0.72 0.44
Hex C1 6C 20 0 2C 53 18 1C 48 2C
Octal 301 154 40 0 54 123 30 34 110 54
Binary 11000001 1101100 100000 0 101100 1010011 11000 11100 1001000 101100

Color Harmonies of #C16C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16C20

Black with #C16C20

Text Example


Text Example

White with #C16C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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