Html Css Color HEX #C17118 Ochre

📋 copy color: '#C17118'

red 193 ◦ green 113 ◦ blue 24

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

Shades of Ochre #C17118

Tints of Ochre #C17118

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.24%

 BLUE value IS 24 (9.77% from 255) = 7.27%

R = 58.48%
G = 34.24%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C17118 (or 0xC17118) is known color: Ochre. HEX triplet: C1, 71 and 18. RGB value is (193,113,24). Sum of RGB (Red+Green+Blue) = 193+113+24=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C17118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17118 is #3E8EE7. Grayscale: #7F7F7F. Windows color (decimal): -4099816 or 1601985. OLE color: 1601985.

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

Color convert

RGB 193 113 24 -
CMYK 0 0.41 0.88 0.24
HSL 31.6º 0.78% 0.43% -
HSV(B) 31.6º 0.88% 0.76% -
XYZ 28.06 23.21 3.87 -
YUV 126.77 70 175.24 -
System Red Green Blue C M Y K H S L
Decimal 193 113 24 0 0.41 0.88 0.24 31.6 0.78 0.43
Hex C1 71 18 0 29 58 18 20 4E 2B
Octal 301 161 30 0 51 130 30 40 116 53
Binary 11000001 1110001 11000 0 101001 1011000 11000 100000 1001110 101011

Color Harmonies of #C17118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17118

Black with #C17118

Text Example


Text Example

White with #C17118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17118; }

 p { color: rgb(193,113,24); }

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

background-color css

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

 a { background-color: rgb(193,113,24); }

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

border-color css

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

 span { border-color: rgb(193,113,24); }

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