Html Css Color HEX #C0720E Ochre

📋 copy color: '#C0720E'

red 192 ◦ green 114 ◦ blue 14

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

Shades of Ochre #C0720E

Tints of Ochre #C0720E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

 BLUE value IS 14 (5.86% from 255) = 4.38%

R = 60%
G = 35.63%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0720E (or 0xC0720E) is known color: Ochre. HEX triplet: C0, 72 and 0E. RGB value is (192,114,14). Sum of RGB (Red+Green+Blue) = 192+114+14=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0720E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0720E is #3F8DF1. Grayscale: #7E7E7E. Windows color (decimal): -4165106 or 946880. OLE color: 946880.

HSL color Cylindrical-coordinate representation of color #C0720E: hue angle of 33.71º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0720E is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 114 14 -
CMYK 0 0.41 0.93 0.25
HSL 33.71º 0.86% 0.4% -
HSV(B) 33.71º 0.93% 0.75% -
XYZ 27.83 23.27 3.44 -
YUV 125.92 64.84 175.13 -
System Red Green Blue C M Y K H S L
Decimal 192 114 14 0 0.41 0.93 0.25 33.71 0.86 0.4
Hex C0 72 E 0 29 5D 19 22 56 28
Octal 300 162 16 0 51 135 31 42 126 50
Binary 11000000 1110010 1110 0 101001 1011101 11001 100010 1010110 101000

Color Harmonies of #C0720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0720E

Black with #C0720E

Text Example


Text Example

White with #C0720E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0720E; }

 p { color: rgb(192,114,14); }

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

background-color css

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

 a { background-color: rgb(192,114,14); }

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

border-color css

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

 span { border-color: rgb(192,114,14); }

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