Html Css Color HEX #C27A16 Ochre

📋 copy color: '#C27A16'

red 194 ◦ green 122 ◦ blue 22

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

Shades of Ochre #C27A16

Tints of Ochre #C27A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.09%

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

R = 57.4%
G = 36.09%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C27A16 (or 0xC27A16) is known color: Ochre. HEX triplet: C2, 7A and 16. RGB value is (194,122,22). Sum of RGB (Red+Green+Blue) = 194+122+22=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27A16 is #3D85E9. Grayscale: #848484. Windows color (decimal): -4031978 or 1473218. OLE color: 1473218.

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

Color convert

RGB 194 122 22 -
CMYK 0 0.37 0.89 0.24
HSL 34.88º 0.8% 0.42% -
HSV(B) 34.88º 0.89% 0.76% -
XYZ 29.35 25.45 4.12 -
YUV 132.13 65.85 172.13 -
System Red Green Blue C M Y K H S L
Decimal 194 122 22 0 0.37 0.89 0.24 34.88 0.8 0.42
Hex C2 7A 16 0 25 59 18 23 50 2A
Octal 302 172 26 0 45 131 30 43 120 52
Binary 11000010 1111010 10110 0 100101 1011001 11000 100011 1010000 101010

Color Harmonies of #C27A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A16

Black with #C27A16

Text Example


Text Example

White with #C27A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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