Html Css Color HEX #C8700F Ochre

📋 copy color: '#C8700F'

red 200 ◦ green 112 ◦ blue 15

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

Shades of Ochre #C8700F

Tints of Ochre #C8700F

RGB

 RED value IS 200 (78.52% from 255) = 61.16%

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

 BLUE value IS 15 (6.25% from 255) = 4.59%

R = 61.16%
G = 34.25%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8700F (or 0xC8700F) is known color: Ochre. HEX triplet: C8, 70 and 0F. RGB value is (200,112,15). Sum of RGB (Red+Green+Blue) = 200+112+15=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8700F is #378FF0. Grayscale: #7F7F7F. Windows color (decimal): -3641329 or 1011912. OLE color: 1011912.

HSL color Cylindrical-coordinate representation of color #C8700F: hue angle of 31.46º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8700F is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 112 15 -
CMYK 0 0.44 0.92 0.22
HSL 31.46º 0.86% 0.42% -
HSV(B) 31.46º 0.93% 0.78% -
XYZ 29.7 23.9 3.5 -
YUV 127.25 64.65 179.89 -
System Red Green Blue C M Y K H S L
Decimal 200 112 15 0 0.44 0.92 0.22 31.46 0.86 0.42
Hex C8 70 F 0 2C 5C 16 1F 56 2A
Octal 310 160 17 0 54 134 26 37 126 52
Binary 11001000 1110000 1111 0 101100 1011100 10110 11111 1010110 101010

Color Harmonies of #C8700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8700F

Black with #C8700F

Text Example


Text Example

White with #C8700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8700F; }

 p { color: rgb(200,112,15); }

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

background-color css

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

 a { background-color: rgb(200,112,15); }

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

border-color css

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

 span { border-color: rgb(200,112,15); }

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