Html Css Color HEX #C47115 Ochre

📋 copy color: '#C47115'

red 196 ◦ green 113 ◦ blue 21

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

Shades of Ochre #C47115

Tints of Ochre #C47115

RGB

 RED value IS 196 (76.95% from 255) = 59.39%

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

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

R = 59.39%
G = 34.24%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C47115 (or 0xC47115) is known color: Ochre. HEX triplet: C4, 71 and 15. RGB value is (196,113,21). Sum of RGB (Red+Green+Blue) = 196+113+21=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C47115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47115 is #3B8EEA. Grayscale: #7F7F7F. Windows color (decimal): -3903211 or 1405380. OLE color: 1405380.

HSL color Cylindrical-coordinate representation of color #C47115: hue angle of 31.54º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C47115 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 113 21 -
CMYK 0 0.42 0.89 0.23
HSL 31.54º 0.81% 0.43% -
HSV(B) 31.54º 0.89% 0.77% -
XYZ 28.81 23.6 3.75 -
YUV 127.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 196 113 21 0 0.42 0.89 0.23 31.54 0.81 0.43
Hex C4 71 15 0 2A 59 17 20 51 2B
Octal 304 161 25 0 52 131 27 40 121 53
Binary 11000100 1110001 10101 0 101010 1011001 10111 100000 1010001 101011

Color Harmonies of #C47115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47115

Black with #C47115

Text Example


Text Example

White with #C47115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47115; }

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

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

background-color css

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

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

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

border-color css

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

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

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