Html Css Color HEX #C27115 Ochre

📋 copy color: '#C27115'

red 194 ◦ green 113 ◦ blue 21

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

Shades of Ochre #C27115

Tints of Ochre #C27115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.4%

R = 59.15%
G = 34.45%
B = 6.4%

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

#C27115 (or 0xC27115) is known color: Ochre. HEX triplet: C2, 71 and 15. RGB value is (194,113,21). Sum of RGB (Red+Green+Blue) = 194+113+21=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C27115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27115 is #3D8EEA. Grayscale: #7F7F7F. Windows color (decimal): -4034283 or 1405378. OLE color: 1405378.

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

Color convert

RGB 194 113 21 -
CMYK 0 0.42 0.89 0.24
HSL 31.91º 0.8% 0.42% -
HSV(B) 31.91º 0.89% 0.76% -
XYZ 28.29 23.33 3.72 -
YUV 126.73 68.34 175.98 -
System Red Green Blue C M Y K H S L
Decimal 194 113 21 0 0.42 0.89 0.24 31.91 0.8 0.42
Hex C2 71 15 0 2A 59 18 20 50 2A
Octal 302 161 25 0 52 131 30 40 120 52
Binary 11000010 1110001 10101 0 101010 1011001 11000 100000 1010000 101010

Color Harmonies of #C27115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27115

Black with #C27115

Text Example


Text Example

White with #C27115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27115; }

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

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

background-color css

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

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

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

border-color css

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

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

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