Html Css Color HEX #C26F14 Ochre

📋 copy color: '#C26F14'

red 194 ◦ green 111 ◦ blue 20

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

Shades of Ochre #C26F14

Tints of Ochre #C26F14

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.15%

 BLUE value IS 20 (8.2% from 255) = 6.15%

R = 59.69%
G = 34.15%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C26F14 (or 0xC26F14) is known color: Ochre. HEX triplet: C2, 6F and 14. RGB value is (194,111,20). Sum of RGB (Red+Green+Blue) = 194+111+20=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26F14 is #3D90EB. Grayscale: #7D7D7D. Windows color (decimal): -4034796 or 1339330. OLE color: 1339330.

HSL color Cylindrical-coordinate representation of color #C26F14: hue angle of 31.38º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C26F14 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 111 20 -
CMYK 0 0.43 0.90 0.24
HSL 31.38º 0.81% 0.42% -
HSV(B) 31.38º 0.9% 0.76% -
XYZ 28.06 22.89 3.6 -
YUV 125.44 68.5 176.9 -
System Red Green Blue C M Y K H S L
Decimal 194 111 20 0 0.43 0.90 0.24 31.38 0.81 0.42
Hex C2 6F 14 0 2B 5A 18 1F 51 2A
Octal 302 157 24 0 53 132 30 37 121 52
Binary 11000010 1101111 10100 0 101011 1011010 11000 11111 1010001 101010

Color Harmonies of #C26F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26F14

Black with #C26F14

Text Example


Text Example

White with #C26F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26F14; }

 p { color: rgb(194,111,20); }

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

background-color css

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

 a { background-color: rgb(194,111,20); }

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

border-color css

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

 span { border-color: rgb(194,111,20); }

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