Html Css Color HEX #C26E11 Ochre

📋 copy color: '#C26E11'

red 194 ◦ green 110 ◦ blue 17

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

Shades of Ochre #C26E11

Tints of Ochre #C26E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.3%

R = 60.44%
G = 34.27%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C26E11 (or 0xC26E11) is known color: Ochre. HEX triplet: C2, 6E and 11. RGB value is (194,110,17). Sum of RGB (Red+Green+Blue) = 194+110+17=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26E11 is #3D91EE. Grayscale: #7C7C7C. Windows color (decimal): -4035055 or 1142466. OLE color: 1142466.

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

Color convert

RGB 194 110 17 -
CMYK 0 0.43 0.91 0.24
HSL 31.53º 0.84% 0.41% -
HSV(B) 31.53º 0.91% 0.76% -
XYZ 27.93 22.66 3.43 -
YUV 124.51 67.33 177.56 -
System Red Green Blue C M Y K H S L
Decimal 194 110 17 0 0.43 0.91 0.24 31.53 0.84 0.41
Hex C2 6E 11 0 2B 5B 18 20 54 29
Octal 302 156 21 0 53 133 30 40 124 51
Binary 11000010 1101110 10001 0 101011 1011011 11000 100000 1010100 101001

Color Harmonies of #C26E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26E11

Black with #C26E11

Text Example


Text Example

White with #C26E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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