Html Css Color HEX #C26E13 Ochre

📋 copy color: '#C26E13'

red 194 ◦ green 110 ◦ blue 19

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

Shades of Ochre #C26E13

Tints of Ochre #C26E13

RGB

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

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

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

R = 60.06%
G = 34.06%
B = 5.88%

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

#C26E13 (or 0xC26E13) is known color: Ochre. HEX triplet: C2, 6E and 13. RGB value is (194,110,19). Sum of RGB (Red+Green+Blue) = 194+110+19=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26E13 is #3D91EC. Grayscale: #7D7D7D. Windows color (decimal): -4035053 or 1273538. OLE color: 1273538.

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

Color convert

RGB 194 110 19 -
CMYK 0 0.43 0.90 0.24
HSL 31.2º 0.82% 0.42% -
HSV(B) 31.2º 0.9% 0.76% -
XYZ 27.94 22.67 3.52 -
YUV 124.74 68.33 177.4 -
System Red Green Blue C M Y K H S L
Decimal 194 110 19 0 0.43 0.90 0.24 31.2 0.82 0.42
Hex C2 6E 13 0 2B 5A 18 1F 52 2A
Octal 302 156 23 0 53 132 30 37 122 52
Binary 11000010 1101110 10011 0 101011 1011010 11000 11111 1010010 101010

Color Harmonies of #C26E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26E13

Black with #C26E13

Text Example


Text Example

White with #C26E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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