Html Css Color HEX #C06C0E Ochre

📋 copy color: '#C06C0E'

red 192 ◦ green 108 ◦ blue 14

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

Shades of Ochre #C06C0E

Tints of Ochre #C06C0E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.39%

 BLUE value IS 14 (5.86% from 255) = 4.46%

R = 61.15%
G = 34.39%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C06C0E (or 0xC06C0E) is known color: Ochre. HEX triplet: C0, 6C and 0E. RGB value is (192,108,14). Sum of RGB (Red+Green+Blue) = 192+108+14=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06C0E is #3F93F1. Grayscale: #7A7A7A. Windows color (decimal): -4166642 or 945344. OLE color: 945344.

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

Color convert

RGB 192 108 14 -
CMYK 0 0.44 0.93 0.25
HSL 31.69º 0.86% 0.4% -
HSV(B) 31.69º 0.93% 0.75% -
XYZ 27.18 21.96 3.22 -
YUV 122.4 66.83 177.64 -
System Red Green Blue C M Y K H S L
Decimal 192 108 14 0 0.44 0.93 0.25 31.69 0.86 0.4
Hex C0 6C E 0 2C 5D 19 20 56 28
Octal 300 154 16 0 54 135 31 40 126 50
Binary 11000000 1101100 1110 0 101100 1011101 11001 100000 1010110 101000

Color Harmonies of #C06C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C0E

Black with #C06C0E

Text Example


Text Example

White with #C06C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C0E; }

 p { color: rgb(192,108,14); }

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

background-color css

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

 a { background-color: rgb(192,108,14); }

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

border-color css

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

 span { border-color: rgb(192,108,14); }

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