Html Css Color HEX #C27114 Ochre

📋 copy color: '#C27114'

red 194 ◦ green 113 ◦ blue 20

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

Shades of Ochre #C27114

Tints of Ochre #C27114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.56%

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

R = 59.33%
G = 34.56%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C27114 (or 0xC27114) is known color: Ochre. HEX triplet: C2, 71 and 14. RGB value is (194,113,20). Sum of RGB (Red+Green+Blue) = 194+113+20=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C27114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27114 is #3D8EEB. Grayscale: #7F7F7F. Windows color (decimal): -4034284 or 1339842. OLE color: 1339842.

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

Color convert

RGB 194 113 20 -
CMYK 0 0.42 0.90 0.24
HSL 32.07º 0.81% 0.42% -
HSV(B) 32.07º 0.9% 0.76% -
XYZ 28.28 23.33 3.67 -
YUV 126.62 67.84 176.06 -
System Red Green Blue C M Y K H S L
Decimal 194 113 20 0 0.42 0.90 0.24 32.07 0.81 0.42
Hex C2 71 14 0 2A 5A 18 20 51 2A
Octal 302 161 24 0 52 132 30 40 121 52
Binary 11000010 1110001 10100 0 101010 1011010 11000 100000 1010001 101010

Color Harmonies of #C27114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27114

Black with #C27114

Text Example


Text Example

White with #C27114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27114; }

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

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

background-color css

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

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

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

border-color css

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

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

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