Html Css Color HEX #C26E20 Ochre

📋 copy color: '#C26E20'

red 194 ◦ green 110 ◦ blue 32

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

Shades of Ochre #C26E20

Tints of Ochre #C26E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.52%

R = 57.74%
G = 32.74%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C26E20 (or 0xC26E20) is known color: Ochre. HEX triplet: C2, 6E and 20. RGB value is (194,110,32). Sum of RGB (Red+Green+Blue) = 194+110+32=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E20 is #3D91DF. Grayscale: #7E7E7E. Windows color (decimal): -4035040 or 2125506. OLE color: 2125506.

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

Color convert

RGB 194 110 32 -
CMYK 0 0.43 0.84 0.24
HSL 28.89º 0.72% 0.44% -
HSV(B) 28.89º 0.84% 0.76% -
XYZ 28.08 22.73 4.27 -
YUV 126.22 74.83 176.34 -
System Red Green Blue C M Y K H S L
Decimal 194 110 32 0 0.43 0.84 0.24 28.89 0.72 0.44
Hex C2 6E 20 0 2B 54 18 1D 48 2C
Octal 302 156 40 0 53 124 30 35 110 54
Binary 11000010 1101110 100000 0 101011 1010100 11000 11101 1001000 101100

Color Harmonies of #C26E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26E20

Black with #C26E20

Text Example


Text Example

White with #C26E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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