Html Css Color HEX #C06E0F Ochre

📋 copy color: '#C06E0F'

red 192 ◦ green 110 ◦ blue 15

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

Shades of Ochre #C06E0F

Tints of Ochre #C06E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.73%

R = 60.57%
G = 34.7%
B = 4.73%

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

#C06E0F (or 0xC06E0F) is known color: Ochre. HEX triplet: C0, 6E and 0F. RGB value is (192,110,15). Sum of RGB (Red+Green+Blue) = 192+110+15=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06E0F is #3F91F0. Grayscale: #7C7C7C. Windows color (decimal): -4166129 or 1011392. OLE color: 1011392.

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

Color convert

RGB 192 110 15 -
CMYK 0 0.43 0.92 0.25
HSL 32.2º 0.86% 0.41% -
HSV(B) 32.2º 0.92% 0.75% -
XYZ 27.4 22.39 3.33 -
YUV 123.69 66.67 176.72 -
System Red Green Blue C M Y K H S L
Decimal 192 110 15 0 0.43 0.92 0.25 32.2 0.86 0.41
Hex C0 6E F 0 2B 5C 19 20 56 29
Octal 300 156 17 0 53 134 31 40 126 51
Binary 11000000 1101110 1111 0 101011 1011100 11001 100000 1010110 101001

Color Harmonies of #C06E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E0F

Black with #C06E0F

Text Example


Text Example

White with #C06E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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