Html Css Color HEX #C26D0E Ochre

📋 copy color: '#C26D0E'

red 194 ◦ green 109 ◦ blue 14

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

Shades of Ochre #C26D0E

Tints of Ochre #C26D0E

RGB

 RED value IS 194 (76.17% from 255) = 61.2%

 GREEN value IS 109 (42.97% from 255) = 34.38%

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

R = 61.2%
G = 34.38%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C26D0E (or 0xC26D0E) is known color: Ochre. HEX triplet: C2, 6D and 0E. RGB value is (194,109,14). Sum of RGB (Red+Green+Blue) = 194+109+14=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26D0E is #3D92F1. Grayscale: #7C7C7C. Windows color (decimal): -4035314 or 945602. OLE color: 945602.

HSL color Cylindrical-coordinate representation of color #C26D0E: hue angle of 31.67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C26D0E is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 109 14 -
CMYK 0 0.44 0.93 0.24
HSL 31.67º 0.87% 0.41% -
HSV(B) 31.67º 0.93% 0.76% -
XYZ 27.8 22.44 3.28 -
YUV 123.59 66.16 178.22 -
System Red Green Blue C M Y K H S L
Decimal 194 109 14 0 0.44 0.93 0.24 31.67 0.87 0.41
Hex C2 6D E 0 2C 5D 18 20 57 29
Octal 302 155 16 0 54 135 30 40 127 51
Binary 11000010 1101101 1110 0 101100 1011101 11000 100000 1010111 101001

Color Harmonies of #C26D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26D0E

Black with #C26D0E

Text Example


Text Example

White with #C26D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26D0E; }

 p { color: rgb(194,109,14); }

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

background-color css

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

 a { background-color: rgb(194,109,14); }

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

border-color css

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

 span { border-color: rgb(194,109,14); }

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