Html Css Color HEX #C26D12 Ochre

📋 copy color: '#C26D12'

red 194 ◦ green 109 ◦ blue 18

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

Shades of Ochre #C26D12

Tints of Ochre #C26D12

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.96%

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

R = 60.44%
G = 33.96%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C26D12 (or 0xC26D12) is known color: Ochre. HEX triplet: C2, 6D and 12. RGB value is (194,109,18). Sum of RGB (Red+Green+Blue) = 194+109+18=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26D12 is #3D92ED. Grayscale: #7C7C7C. Windows color (decimal): -4035310 or 1207746. OLE color: 1207746.

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

Color convert

RGB 194 109 18 -
CMYK 0 0.44 0.91 0.24
HSL 31.02º 0.83% 0.42% -
HSV(B) 31.02º 0.91% 0.76% -
XYZ 27.83 22.45 3.44 -
YUV 124.04 68.16 177.9 -
System Red Green Blue C M Y K H S L
Decimal 194 109 18 0 0.44 0.91 0.24 31.02 0.83 0.42
Hex C2 6D 12 0 2C 5B 18 1F 53 2A
Octal 302 155 22 0 54 133 30 37 123 52
Binary 11000010 1101101 10010 0 101100 1011011 11000 11111 1010011 101010

Color Harmonies of #C26D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26D12

Black with #C26D12

Text Example


Text Example

White with #C26D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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