Html Css Color HEX #C27C16 Ochre

📋 copy color: '#C27C16'

red 194 ◦ green 124 ◦ blue 22

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

Shades of Ochre #C27C16

Tints of Ochre #C27C16

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.47%

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

R = 57.06%
G = 36.47%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C27C16 (or 0xC27C16) is known color: Ochre. HEX triplet: C2, 7C and 16. RGB value is (194,124,22). Sum of RGB (Red+Green+Blue) = 194+124+22=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27C16 is #3D83E9. Grayscale: #858585. Windows color (decimal): -4031466 or 1473730. OLE color: 1473730.

HSL color Cylindrical-coordinate representation of color #C27C16: hue angle of 35.58º 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 #C27C16 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 124 22 -
CMYK 0 0.36 0.89 0.24
HSL 35.58º 0.8% 0.42% -
HSV(B) 35.58º 0.89% 0.76% -
XYZ 29.6 25.94 4.21 -
YUV 133.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 194 124 22 0 0.36 0.89 0.24 35.58 0.8 0.42
Hex C2 7C 16 0 24 59 18 24 50 2A
Octal 302 174 26 0 44 131 30 44 120 52
Binary 11000010 1111100 10110 0 100100 1011001 11000 100100 1010000 101010

Color Harmonies of #C27C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C16

Black with #C27C16

Text Example


Text Example

White with #C27C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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