Html Css Color HEX #C26C14 Ochre

📋 copy color: '#C26C14'

red 194 ◦ green 108 ◦ blue 20

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

Shades of Ochre #C26C14

Tints of Ochre #C26C14

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.54%

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 60.25%
G = 33.54%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C26C14 (or 0xC26C14) is known color: Ochre. HEX triplet: C2, 6C and 14. RGB value is (194,108,20). Sum of RGB (Red+Green+Blue) = 194+108+20=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26C14 is #3D93EB. Grayscale: #7C7C7C. Windows color (decimal): -4035564 or 1338562. OLE color: 1338562.

HSL color Cylindrical-coordinate representation of color #C26C14: hue angle of 30.34º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C26C14 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 108 20 -
CMYK 0 0.44 0.90 0.24
HSL 30.34º 0.81% 0.42% -
HSV(B) 30.34º 0.9% 0.76% -
XYZ 27.74 22.24 3.49 -
YUV 123.68 69.49 178.16 -
System Red Green Blue C M Y K H S L
Decimal 194 108 20 0 0.44 0.90 0.24 30.34 0.81 0.42
Hex C2 6C 14 0 2C 5A 18 1E 51 2A
Octal 302 154 24 0 54 132 30 36 121 52
Binary 11000010 1101100 10100 0 101100 1011010 11000 11110 1010001 101010

Color Harmonies of #C26C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26C14

Black with #C26C14

Text Example


Text Example

White with #C26C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26C14; }

 p { color: rgb(194,108,20); }

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

background-color css

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

 a { background-color: rgb(194,108,20); }

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

border-color css

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

 span { border-color: rgb(194,108,20); }

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