Html Css Color HEX #C26F19 Ochre

📋 copy color: '#C26F19'

red 194 ◦ green 111 ◦ blue 25

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

Shades of Ochre #C26F19

Tints of Ochre #C26F19

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.64%

 BLUE value IS 25 (10.16% from 255) = 7.58%

R = 58.79%
G = 33.64%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C26F19 (or 0xC26F19) is known color: Ochre. HEX triplet: C2, 6F and 19. RGB value is (194,111,25). Sum of RGB (Red+Green+Blue) = 194+111+25=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26F19 is #3D90E6. Grayscale: #7E7E7E. Windows color (decimal): -4034791 or 1667010. OLE color: 1667010.

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

Color convert

RGB 194 111 25 -
CMYK 0 0.43 0.87 0.24
HSL 30.53º 0.77% 0.43% -
HSV(B) 30.53º 0.87% 0.76% -
XYZ 28.11 22.91 3.86 -
YUV 126.01 71 176.49 -
System Red Green Blue C M Y K H S L
Decimal 194 111 25 0 0.43 0.87 0.24 30.53 0.77 0.43
Hex C2 6F 19 0 2B 57 18 1F 4D 2B
Octal 302 157 31 0 53 127 30 37 115 53
Binary 11000010 1101111 11001 0 101011 1010111 11000 11111 1001101 101011

Color Harmonies of #C26F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26F19

Black with #C26F19

Text Example


Text Example

White with #C26F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26F19; }

 p { color: rgb(194,111,25); }

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

background-color css

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

 a { background-color: rgb(194,111,25); }

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

border-color css

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

 span { border-color: rgb(194,111,25); }

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