Html Css Color HEX #C0701A Ochre

📋 copy color: '#C0701A'

red 192 ◦ green 112 ◦ blue 26

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

Shades of Ochre #C0701A

Tints of Ochre #C0701A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 58.18%
G = 33.94%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0701A (or 0xC0701A) is known color: Ochre. HEX triplet: C0, 70 and 1A. RGB value is (192,112,26). Sum of RGB (Red+Green+Blue) = 192+112+26=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C0701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0701A is #3F8FE5. Grayscale: #7E7E7E. Windows color (decimal): -4165606 or 1732800. OLE color: 1732800.

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

Color convert

RGB 192 112 26 -
CMYK 0 0.42 0.86 0.25
HSL 31.08º 0.76% 0.43% -
HSV(B) 31.08º 0.86% 0.75% -
XYZ 27.72 22.87 3.93 -
YUV 126.12 71.5 174.99 -
System Red Green Blue C M Y K H S L
Decimal 192 112 26 0 0.42 0.86 0.25 31.08 0.76 0.43
Hex C0 70 1A 0 2A 56 19 1F 4C 2B
Octal 300 160 32 0 52 126 31 37 114 53
Binary 11000000 1110000 11010 0 101010 1010110 11001 11111 1001100 101011

Color Harmonies of #C0701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0701A

Black with #C0701A

Text Example


Text Example

White with #C0701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0701A; }

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

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

background-color css

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

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

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

border-color css

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

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

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