Html Css Color HEX #C0700F Ochre

📋 copy color: '#C0700F'

red 192 ◦ green 112 ◦ blue 15

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

Shades of Ochre #C0700F

Tints of Ochre #C0700F

RGB

 RED value IS 192 (75.39% from 255) = 60.19%

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

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

R = 60.19%
G = 35.11%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0700F (or 0xC0700F) is known color: Ochre. HEX triplet: C0, 70 and 0F. RGB value is (192,112,15). Sum of RGB (Red+Green+Blue) = 192+112+15=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0700F is #3F8FF0. Grayscale: #7D7D7D. Windows color (decimal): -4165617 or 1011904. OLE color: 1011904.

HSL color Cylindrical-coordinate representation of color #C0700F: hue angle of 32.88º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0700F is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 112 15 -
CMYK 0 0.42 0.92 0.25
HSL 32.88º 0.86% 0.41% -
HSV(B) 32.88º 0.92% 0.75% -
XYZ 27.62 22.83 3.4 -
YUV 124.86 66 175.89 -
System Red Green Blue C M Y K H S L
Decimal 192 112 15 0 0.42 0.92 0.25 32.88 0.86 0.41
Hex C0 70 F 0 2A 5C 19 21 56 29
Octal 300 160 17 0 52 134 31 41 126 51
Binary 11000000 1110000 1111 0 101010 1011100 11001 100001 1010110 101001

Color Harmonies of #C0700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0700F

Black with #C0700F

Text Example


Text Example

White with #C0700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0700F; }

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

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

background-color css

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

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

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

border-color css

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

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

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