Html Css Color HEX #C26E12 Ochre

📋 copy color: '#C26E12'

red 194 ◦ green 110 ◦ blue 18

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

Shades of Ochre #C26E12

Tints of Ochre #C26E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 60.25%
G = 34.16%
B = 5.59%

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

#C26E12 (or 0xC26E12) is known color: Ochre. HEX triplet: C2, 6E and 12. RGB value is (194,110,18). Sum of RGB (Red+Green+Blue) = 194+110+18=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26E12 is #3D91ED. Grayscale: #7D7D7D. Windows color (decimal): -4035054 or 1208002. OLE color: 1208002.

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

Color convert

RGB 194 110 18 -
CMYK 0 0.43 0.91 0.24
HSL 31.36º 0.83% 0.42% -
HSV(B) 31.36º 0.91% 0.76% -
XYZ 27.93 22.66 3.47 -
YUV 124.63 67.83 177.48 -
System Red Green Blue C M Y K H S L
Decimal 194 110 18 0 0.43 0.91 0.24 31.36 0.83 0.42
Hex C2 6E 12 0 2B 5B 18 1F 53 2A
Octal 302 156 22 0 53 133 30 37 123 52
Binary 11000010 1101110 10010 0 101011 1011011 11000 11111 1010011 101010

Color Harmonies of #C26E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26E12

Black with #C26E12

Text Example


Text Example

White with #C26E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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