Html Css Color HEX #C0701E Ochre

📋 copy color: '#C0701E'

red 192 ◦ green 112 ◦ blue 30

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

Shades of Ochre #C0701E

Tints of Ochre #C0701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.98%

R = 57.49%
G = 33.53%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0701E (or 0xC0701E) is known color: Ochre. HEX triplet: C0, 70 and 1E. RGB value is (192,112,30). Sum of RGB (Red+Green+Blue) = 192+112+30=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0701E is #3F8FE1. Grayscale: #7E7E7E. Windows color (decimal): -4165602 or 1994944. OLE color: 1994944.

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

Color convert

RGB 192 112 30 -
CMYK 0 0.42 0.84 0.25
HSL 30.37º 0.73% 0.44% -
HSV(B) 30.37º 0.84% 0.75% -
XYZ 27.77 22.89 4.18 -
YUV 126.57 73.5 174.67 -
System Red Green Blue C M Y K H S L
Decimal 192 112 30 0 0.42 0.84 0.25 30.37 0.73 0.44
Hex C0 70 1E 0 2A 54 19 1E 49 2C
Octal 300 160 36 0 52 124 31 36 111 54
Binary 11000000 1110000 11110 0 101010 1010100 11001 11110 1001001 101100

Color Harmonies of #C0701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0701E

Black with #C0701E

Text Example


Text Example

White with #C0701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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