Html Css Color HEX #C26E1E Ochre

📋 copy color: '#C26E1E'

red 194 ◦ green 110 ◦ blue 30

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

Shades of Ochre #C26E1E

Tints of Ochre #C26E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.98%

R = 58.08%
G = 32.93%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C26E1E (or 0xC26E1E) is known color: Ochre. HEX triplet: C2, 6E and 1E. RGB value is (194,110,30). Sum of RGB (Red+Green+Blue) = 194+110+30=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E1E is #3D91E1. Grayscale: #7E7E7E. Windows color (decimal): -4035042 or 1994434. OLE color: 1994434.

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

Color convert

RGB 194 110 30 -
CMYK 0 0.43 0.85 0.24
HSL 29.27º 0.73% 0.44% -
HSV(B) 29.27º 0.85% 0.76% -
XYZ 28.06 22.71 4.13 -
YUV 126 73.83 176.5 -
System Red Green Blue C M Y K H S L
Decimal 194 110 30 0 0.43 0.85 0.24 29.27 0.73 0.44
Hex C2 6E 1E 0 2B 55 18 1D 49 2C
Octal 302 156 36 0 53 125 30 35 111 54
Binary 11000010 1101110 11110 0 101011 1010101 11000 11101 1001001 101100

Color Harmonies of #C26E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26E1E

Black with #C26E1E

Text Example


Text Example

White with #C26E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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