Html Css Color HEX #C0711A Ochre

📋 copy color: '#C0711A'

red 192 ◦ green 113 ◦ blue 26

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

Shades of Ochre #C0711A

Tints of Ochre #C0711A

RGB

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

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

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

R = 58.01%
G = 34.14%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0711A (or 0xC0711A) is known color: Ochre. HEX triplet: C0, 71 and 1A. RGB value is (192,113,26). Sum of RGB (Red+Green+Blue) = 192+113+26=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C0711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0711A is #3F8EE5. Grayscale: #7F7F7F. Windows color (decimal): -4165350 or 1733056. OLE color: 1733056.

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

Color convert

RGB 192 113 26 -
CMYK 0 0.41 0.86 0.25
HSL 31.45º 0.76% 0.43% -
HSV(B) 31.45º 0.86% 0.75% -
XYZ 27.83 23.09 3.97 -
YUV 126.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 192 113 26 0 0.41 0.86 0.25 31.45 0.76 0.43
Hex C0 71 1A 0 29 56 19 1F 4C 2B
Octal 300 161 32 0 51 126 31 37 114 53
Binary 11000000 1110001 11010 0 101001 1010110 11001 11111 1001100 101011

Color Harmonies of #C0711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0711A

Black with #C0711A

Text Example


Text Example

White with #C0711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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