Html Css Color HEX #C07114 Ochre

📋 copy color: '#C07114'

red 192 ◦ green 113 ◦ blue 20

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

Shades of Ochre #C07114

Tints of Ochre #C07114

RGB

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

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

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

R = 59.08%
G = 34.77%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C07114 (or 0xC07114) is known color: Ochre. HEX triplet: C0, 71 and 14. RGB value is (192,113,20). Sum of RGB (Red+Green+Blue) = 192+113+20=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C07114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07114 is #3F8EEB. Grayscale: #7E7E7E. Windows color (decimal): -4165356 or 1339840. OLE color: 1339840.

HSL color Cylindrical-coordinate representation of color #C07114: hue angle of 32.44º 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 #C07114 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 20 -
CMYK 0 0.41 0.90 0.25
HSL 32.44º 0.81% 0.42% -
HSV(B) 32.44º 0.9% 0.75% -
XYZ 27.77 23.07 3.65 -
YUV 126.02 68.17 175.06 -
System Red Green Blue C M Y K H S L
Decimal 192 113 20 0 0.41 0.90 0.25 32.44 0.81 0.42
Hex C0 71 14 0 29 5A 19 20 51 2A
Octal 300 161 24 0 51 132 31 40 121 52
Binary 11000000 1110001 10100 0 101001 1011010 11001 100000 1010001 101010

Color Harmonies of #C07114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07114

Black with #C07114

Text Example


Text Example

White with #C07114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07114; }

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

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

background-color css

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

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

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

border-color css

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

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

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