Html Css Color HEX #C47215 Ochre

📋 copy color: '#C47215'

red 196 ◦ green 114 ◦ blue 21

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

Shades of Ochre #C47215

Tints of Ochre #C47215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

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

R = 59.21%
G = 34.44%
B = 6.34%

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

#C47215 (or 0xC47215) is known color: Ochre. HEX triplet: C4, 72 and 15. RGB value is (196,114,21). Sum of RGB (Red+Green+Blue) = 196+114+21=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C47215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47215 is #3B8DEA. Grayscale: #808080. Windows color (decimal): -3902955 or 1405636. OLE color: 1405636.

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

Color convert

RGB 196 114 21 -
CMYK 0 0.42 0.89 0.23
HSL 31.89º 0.81% 0.43% -
HSV(B) 31.89º 0.89% 0.77% -
XYZ 28.92 23.82 3.78 -
YUV 127.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 196 114 21 0 0.42 0.89 0.23 31.89 0.81 0.43
Hex C4 72 15 0 2A 59 17 20 51 2B
Octal 304 162 25 0 52 131 27 40 121 53
Binary 11000100 1110010 10101 0 101010 1011001 10111 100000 1010001 101011

Color Harmonies of #C47215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47215

Black with #C47215

Text Example


Text Example

White with #C47215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47215; }

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

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

background-color css

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

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

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

border-color css

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

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

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