Html Css Color HEX #C26F09 Ochre

📋 copy color: '#C26F09'

red 194 ◦ green 111 ◦ blue 9

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

Shades of Ochre #C26F09

Tints of Ochre #C26F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.87%

R = 61.78%
G = 35.35%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C26F09 (or 0xC26F09) is known color: Ochre. HEX triplet: C2, 6F and 09. RGB value is (194,111,9). Sum of RGB (Red+Green+Blue) = 194+111+9=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26F09 is #3D90F6. Grayscale: #7C7C7C. Windows color (decimal): -4034807 or 618434. OLE color: 618434.

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

Color convert

RGB 194 111 9 -
CMYK 0 0.43 0.95 0.24
HSL 33.08º 0.91% 0.4% -
HSV(B) 33.08º 0.95% 0.76% -
XYZ 27.98 22.86 3.2 -
YUV 124.19 63 177.79 -
System Red Green Blue C M Y K H S L
Decimal 194 111 9 0 0.43 0.95 0.24 33.08 0.91 0.4
Hex C2 6F 9 0 2B 5F 18 21 5B 28
Octal 302 157 11 0 53 137 30 41 133 50
Binary 11000010 1101111 1001 0 101011 1011111 11000 100001 1011011 101000

Color Harmonies of #C26F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26F09

Black with #C26F09

Text Example


Text Example

White with #C26F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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