Html Css Color HEX #C47008 Ochre

📋 copy color: '#C47008'

red 196 ◦ green 112 ◦ blue 8

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

Shades of Ochre #C47008

Tints of Ochre #C47008

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

 BLUE value IS 8 (3.52% from 255) = 2.53%

R = 62.03%
G = 35.44%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C47008 (or 0xC47008) is known color: Ochre. HEX triplet: C4, 70 and 08. RGB value is (196,112,8). Sum of RGB (Red+Green+Blue) = 196+112+8=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C47008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47008 is #3B8FF7. Grayscale: #7D7D7D. Windows color (decimal): -3903480 or 553156. OLE color: 553156.

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

Color convert

RGB 196 112 8 -
CMYK 0 0.43 0.96 0.23
HSL 33.19º 0.92% 0.4% -
HSV(B) 33.19º 0.96% 0.77% -
XYZ 28.6 23.34 3.23 -
YUV 125.26 61.83 178.46 -
System Red Green Blue C M Y K H S L
Decimal 196 112 8 0 0.43 0.96 0.23 33.19 0.92 0.4
Hex C4 70 8 0 2B 60 17 21 5C 28
Octal 304 160 10 0 53 140 27 41 134 50
Binary 11000100 1110000 1000 0 101011 1100000 10111 100001 1011100 101000

Color Harmonies of #C47008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47008

Black with #C47008

Text Example


Text Example

White with #C47008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47008; }

 p { color: rgb(196,112,8); }

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

background-color css

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

 a { background-color: rgb(196,112,8); }

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

border-color css

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

 span { border-color: rgb(196,112,8); }

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