Html Css Color HEX #C17011 Ochre

📋 copy color: '#C17011'

red 193 ◦ green 112 ◦ blue 17

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

Shades of Ochre #C17011

Tints of Ochre #C17011

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.78%

 BLUE value IS 17 (7.03% from 255) = 5.28%

R = 59.94%
G = 34.78%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C17011 (or 0xC17011) is known color: Ochre. HEX triplet: C1, 70 and 11. RGB value is (193,112,17). Sum of RGB (Red+Green+Blue) = 193+112+17=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C17011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17011 is #3E8FEE. Grayscale: #7D7D7D. Windows color (decimal): -4100079 or 1142977. OLE color: 1142977.

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

Color convert

RGB 193 112 17 -
CMYK 0 0.42 0.91 0.24
HSL 32.39º 0.84% 0.41% -
HSV(B) 32.39º 0.91% 0.76% -
XYZ 27.89 22.97 3.49 -
YUV 125.39 66.84 176.22 -
System Red Green Blue C M Y K H S L
Decimal 193 112 17 0 0.42 0.91 0.24 32.39 0.84 0.41
Hex C1 70 11 0 2A 5B 18 20 54 29
Octal 301 160 21 0 52 133 30 40 124 51
Binary 11000001 1110000 10001 0 101010 1011011 11000 100000 1010100 101001

Color Harmonies of #C17011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17011

Black with #C17011

Text Example


Text Example

White with #C17011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17011; }

 p { color: rgb(193,112,17); }

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

background-color css

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

 a { background-color: rgb(193,112,17); }

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

border-color css

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

 span { border-color: rgb(193,112,17); }

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