Html Css Color HEX #C26F18 Ochre

📋 copy color: '#C26F18'

red 194 ◦ green 111 ◦ blue 24

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

Shades of Ochre #C26F18

Tints of Ochre #C26F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.29%

R = 58.97%
G = 33.74%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C26F18 (or 0xC26F18) is known color: Ochre. HEX triplet: C2, 6F and 18. RGB value is (194,111,24). Sum of RGB (Red+Green+Blue) = 194+111+24=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26F18 is #3D90E7. Grayscale: #7E7E7E. Windows color (decimal): -4034792 or 1601474. OLE color: 1601474.

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

Color convert

RGB 194 111 24 -
CMYK 0 0.43 0.88 0.24
HSL 30.71º 0.78% 0.43% -
HSV(B) 30.71º 0.88% 0.76% -
XYZ 28.1 22.9 3.8 -
YUV 125.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 194 111 24 0 0.43 0.88 0.24 30.71 0.78 0.43
Hex C2 6F 18 0 2B 58 18 1F 4E 2B
Octal 302 157 30 0 53 130 30 37 116 53
Binary 11000010 1101111 11000 0 101011 1011000 11000 11111 1001110 101011

Color Harmonies of #C26F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26F18

Black with #C26F18

Text Example


Text Example

White with #C26F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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