Html Css Color HEX #C06E10 Ochre

📋 copy color: '#C06E10'

red 192 ◦ green 110 ◦ blue 16

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

Shades of Ochre #C06E10

Tints of Ochre #C06E10

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.59%

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 60.38%
G = 34.59%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C06E10 (or 0xC06E10) is known color: Ochre. HEX triplet: C0, 6E and 10. RGB value is (192,110,16). Sum of RGB (Red+Green+Blue) = 192+110+16=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06E10 is #3F91EF. Grayscale: #7C7C7C. Windows color (decimal): -4166128 or 1076928. OLE color: 1076928.

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

Color convert

RGB 192 110 16 -
CMYK 0 0.43 0.92 0.25
HSL 32.05º 0.85% 0.41% -
HSV(B) 32.05º 0.92% 0.75% -
XYZ 27.41 22.4 3.37 -
YUV 123.8 67.17 176.64 -
System Red Green Blue C M Y K H S L
Decimal 192 110 16 0 0.43 0.92 0.25 32.05 0.85 0.41
Hex C0 6E 10 0 2B 5C 19 20 55 29
Octal 300 156 20 0 53 134 31 40 125 51
Binary 11000000 1101110 10000 0 101011 1011100 11001 100000 1010101 101001

Color Harmonies of #C06E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E10

Black with #C06E10

Text Example


Text Example

White with #C06E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E10; }

 p { color: rgb(192,110,16); }

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

background-color css

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

 a { background-color: rgb(192,110,16); }

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

border-color css

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

 span { border-color: rgb(192,110,16); }

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