Html Css Color HEX #C8710C Ochre

📋 copy color: '#C8710C'

red 200 ◦ green 113 ◦ blue 12

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

Shades of Ochre #C8710C

Tints of Ochre #C8710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.77%

 BLUE value IS 12 (5.08% from 255) = 3.69%

R = 61.54%
G = 34.77%
B = 3.69%

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

#C8710C (or 0xC8710C) is known color: Ochre. HEX triplet: C8, 71 and 0C. RGB value is (200,113,12). Sum of RGB (Red+Green+Blue) = 200+113+12=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8710C is #378EF3. Grayscale: #7F7F7F. Windows color (decimal): -3641076 or 815560. OLE color: 815560.

HSL color Cylindrical-coordinate representation of color #C8710C: hue angle of 32.23º degrees, saturation: 0.89, 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 #C8710C is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 113 12 -
CMYK 0 0.44 0.94 0.22
HSL 32.23º 0.89% 0.42% -
HSV(B) 32.23º 0.94% 0.78% -
XYZ 29.79 24.12 3.43 -
YUV 127.5 62.82 179.71 -
System Red Green Blue C M Y K H S L
Decimal 200 113 12 0 0.44 0.94 0.22 32.23 0.89 0.42
Hex C8 71 C 0 2C 5E 16 20 59 2A
Octal 310 161 14 0 54 136 26 40 131 52
Binary 11001000 1110001 1100 0 101100 1011110 10110 100000 1011001 101010

Color Harmonies of #C8710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8710C

Black with #C8710C

Text Example


Text Example

White with #C8710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8710C; }

 p { color: rgb(200,113,12); }

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

background-color css

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

 a { background-color: rgb(200,113,12); }

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

border-color css

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

 span { border-color: rgb(200,113,12); }

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