Html Css Color HEX #C07014 Ochre

📋 copy color: '#C07014'

red 192 ◦ green 112 ◦ blue 20

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

Shades of Ochre #C07014

Tints of Ochre #C07014

RGB

 RED value IS 192 (75.39% from 255) = 59.26%

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

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 59.26%
G = 34.57%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C07014 (or 0xC07014) is known color: Ochre. HEX triplet: C0, 70 and 14. RGB value is (192,112,20). Sum of RGB (Red+Green+Blue) = 192+112+20=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C07014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07014 is #3F8FEB. Grayscale: #7D7D7D. Windows color (decimal): -4165612 or 1339584. OLE color: 1339584.

HSL color Cylindrical-coordinate representation of color #C07014: hue angle of 32.09º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C07014 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 112 20 -
CMYK 0 0.42 0.90 0.25
HSL 32.09º 0.81% 0.42% -
HSV(B) 32.09º 0.9% 0.75% -
XYZ 27.66 22.85 3.61 -
YUV 125.43 68.5 175.48 -
System Red Green Blue C M Y K H S L
Decimal 192 112 20 0 0.42 0.90 0.25 32.09 0.81 0.42
Hex C0 70 14 0 2A 5A 19 20 51 2A
Octal 300 160 24 0 52 132 31 40 121 52
Binary 11000000 1110000 10100 0 101010 1011010 11001 100000 1010001 101010

Color Harmonies of #C07014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07014

Black with #C07014

Text Example


Text Example

White with #C07014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07014; }

 p { color: rgb(192,112,20); }

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

background-color css

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

 a { background-color: rgb(192,112,20); }

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

border-color css

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

 span { border-color: rgb(192,112,20); }

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