Html Css Color HEX #C47E15 Ochre

📋 copy color: '#C47E15'

red 196 ◦ green 126 ◦ blue 21

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

Shades of Ochre #C47E15

Tints of Ochre #C47E15

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.73%

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

R = 57.14%
G = 36.73%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C47E15 (or 0xC47E15) is known color: Ochre. HEX triplet: C4, 7E and 15. RGB value is (196,126,21). Sum of RGB (Red+Green+Blue) = 196+126+21=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47E15 is #3B81EA. Grayscale: #878787. Windows color (decimal): -3899883 or 1408708. OLE color: 1408708.

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

Color convert

RGB 196 126 21 -
CMYK 0 0.36 0.89 0.23
HSL 36º 0.81% 0.43% -
HSV(B) 36º 0.89% 0.77% -
XYZ 30.36 26.71 4.27 -
YUV 134.96 63.69 171.54 -
System Red Green Blue C M Y K H S L
Decimal 196 126 21 0 0.36 0.89 0.23 36 0.81 0.43
Hex C4 7E 15 0 24 59 17 24 51 2B
Octal 304 176 25 0 44 131 27 44 121 53
Binary 11000100 1111110 10101 0 100100 1011001 10111 100100 1010001 101011

Color Harmonies of #C47E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E15

Black with #C47E15

Text Example


Text Example

White with #C47E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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