Html Css Color HEX #C8700D Ochre

📋 copy color: '#C8700D'

red 200 ◦ green 112 ◦ blue 13

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

Shades of Ochre #C8700D

Tints of Ochre #C8700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4%

R = 61.54%
G = 34.46%
B = 4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8700D (or 0xC8700D) is known color: Ochre. HEX triplet: C8, 70 and 0D. RGB value is (200,112,13). Sum of RGB (Red+Green+Blue) = 200+112+13=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8700D is #378FF2. Grayscale: #7F7F7F. Windows color (decimal): -3641331 or 880840. OLE color: 880840.

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

Color convert

RGB 200 112 13 -
CMYK 0 0.44 0.94 0.22
HSL 31.76º 0.88% 0.42% -
HSV(B) 31.76º 0.94% 0.78% -
XYZ 29.69 23.9 3.43 -
YUV 127.03 63.65 180.05 -
System Red Green Blue C M Y K H S L
Decimal 200 112 13 0 0.44 0.94 0.22 31.76 0.88 0.42
Hex C8 70 D 0 2C 5E 16 20 58 2A
Octal 310 160 15 0 54 136 26 40 130 52
Binary 11001000 1110000 1101 0 101100 1011110 10110 100000 1011000 101010

Color Harmonies of #C8700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8700D

Black with #C8700D

Text Example


Text Example

White with #C8700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8700D; }

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

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

background-color css

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

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

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

border-color css

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

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

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