Html Css Color HEX #C27016 Ochre

📋 copy color: '#C27016'

red 194 ◦ green 112 ◦ blue 22

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

Shades of Ochre #C27016

Tints of Ochre #C27016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

 BLUE value IS 22 (8.98% from 255) = 6.71%

R = 59.15%
G = 34.15%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C27016 (or 0xC27016) is known color: Ochre. HEX triplet: C2, 70 and 16. RGB value is (194,112,22). Sum of RGB (Red+Green+Blue) = 194+112+22=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C27016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27016 is #3D8FE9. Grayscale: #7E7E7E. Windows color (decimal): -4034538 or 1470658. OLE color: 1470658.

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

Color convert

RGB 194 112 22 -
CMYK 0 0.42 0.89 0.24
HSL 31.4º 0.8% 0.42% -
HSV(B) 31.4º 0.89% 0.76% -
XYZ 28.19 23.12 3.74 -
YUV 126.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 194 112 22 0 0.42 0.89 0.24 31.4 0.8 0.42
Hex C2 70 16 0 2A 59 18 1F 50 2A
Octal 302 160 26 0 52 131 30 37 120 52
Binary 11000010 1110000 10110 0 101010 1011001 11000 11111 1010000 101010

Color Harmonies of #C27016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27016

Black with #C27016

Text Example


Text Example

White with #C27016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27016; }

 p { color: rgb(194,112,22); }

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

background-color css

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

 a { background-color: rgb(194,112,22); }

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

border-color css

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

 span { border-color: rgb(194,112,22); }

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