Html Css Color HEX #C16E24 Ochre

📋 copy color: '#C16E24'

red 193 ◦ green 110 ◦ blue 36

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

Shades of Ochre #C16E24

Tints of Ochre #C16E24

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.45%

 BLUE value IS 36 (14.45% from 255) = 10.62%

R = 56.93%
G = 32.45%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C16E24 (or 0xC16E24) is known color: Ochre. HEX triplet: C1, 6E and 24. RGB value is (193,110,36). Sum of RGB (Red+Green+Blue) = 193+110+36=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E24 is #3E91DB. Grayscale: #7E7E7E. Windows color (decimal): -4100572 or 2387649. OLE color: 2387649.

HSL color Cylindrical-coordinate representation of color #C16E24: hue angle of 28.28º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C16E24 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 110 36 -
CMYK 0 0.43 0.81 0.24
HSL 28.28º 0.69% 0.45% -
HSV(B) 28.28º 0.81% 0.76% -
XYZ 27.89 22.62 4.56 -
YUV 126.38 77 175.52 -
System Red Green Blue C M Y K H S L
Decimal 193 110 36 0 0.43 0.81 0.24 28.28 0.69 0.45
Hex C1 6E 24 0 2B 51 18 1C 45 2D
Octal 301 156 44 0 53 121 30 34 105 55
Binary 11000001 1101110 100100 0 101011 1010001 11000 11100 1000101 101101

Color Harmonies of #C16E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16E24

Black with #C16E24

Text Example


Text Example

White with #C16E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16E24; }

 p { color: rgb(193,110,36); }

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

background-color css

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

 a { background-color: rgb(193,110,36); }

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

border-color css

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

 span { border-color: rgb(193,110,36); }

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