Html Css Color HEX #C17012 Ochre

📋 copy color: '#C17012'

red 193 ◦ green 112 ◦ blue 18

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

Shades of Ochre #C17012

Tints of Ochre #C17012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.57%

R = 59.75%
G = 34.67%
B = 5.57%

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

#C17012 (or 0xC17012) is known color: Ochre. HEX triplet: C1, 70 and 12. RGB value is (193,112,18). Sum of RGB (Red+Green+Blue) = 193+112+18=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C17012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17012 is #3E8FED. Grayscale: #7D7D7D. Windows color (decimal): -4100078 or 1208513. OLE color: 1208513.

HSL color Cylindrical-coordinate representation of color #C17012: hue angle of 32.23º degrees, saturation: 0.83, 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 #C17012 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 112 18 -
CMYK 0 0.42 0.91 0.24
HSL 32.23º 0.83% 0.41% -
HSV(B) 32.23º 0.91% 0.76% -
XYZ 27.9 22.97 3.54 -
YUV 125.5 67.34 176.14 -
System Red Green Blue C M Y K H S L
Decimal 193 112 18 0 0.42 0.91 0.24 32.23 0.83 0.41
Hex C1 70 12 0 2A 5B 18 20 53 29
Octal 301 160 22 0 52 133 30 40 123 51
Binary 11000001 1110000 10010 0 101010 1011011 11000 100000 1010011 101001

Color Harmonies of #C17012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17012

Black with #C17012

Text Example


Text Example

White with #C17012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17012; }

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

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

background-color css

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

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

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

border-color css

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

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

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