Html Css Color HEX #C26F13 Ochre

📋 copy color: '#C26F13'

red 194 ◦ green 111 ◦ blue 19

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

Shades of Ochre #C26F13

Tints of Ochre #C26F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.86%

R = 59.88%
G = 34.26%
B = 5.86%

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

#C26F13 (or 0xC26F13) is known color: Ochre. HEX triplet: C2, 6F and 13. RGB value is (194,111,19). Sum of RGB (Red+Green+Blue) = 194+111+19=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26F13 is #3D90EC. Grayscale: #7D7D7D. Windows color (decimal): -4034797 or 1273794. OLE color: 1273794.

HSL color Cylindrical-coordinate representation of color #C26F13: hue angle of 31.54º degrees, saturation: 0.82, 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 #C26F13 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 111 19 -
CMYK 0 0.43 0.90 0.24
HSL 31.54º 0.82% 0.42% -
HSV(B) 31.54º 0.9% 0.76% -
XYZ 28.05 22.89 3.55 -
YUV 125.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 194 111 19 0 0.43 0.90 0.24 31.54 0.82 0.42
Hex C2 6F 13 0 2B 5A 18 20 52 2A
Octal 302 157 23 0 53 132 30 40 122 52
Binary 11000010 1101111 10011 0 101011 1011010 11000 100000 1010010 101010

Color Harmonies of #C26F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26F13

Black with #C26F13

Text Example


Text Example

White with #C26F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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