Html Css Color HEX #C07017 Ochre

📋 copy color: '#C07017'

red 192 ◦ green 112 ◦ blue 23

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

Shades of Ochre #C07017

Tints of Ochre #C07017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.03%

R = 58.72%
G = 34.25%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C07017 (or 0xC07017) is known color: Ochre. HEX triplet: C0, 70 and 17. RGB value is (192,112,23). Sum of RGB (Red+Green+Blue) = 192+112+23=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C07017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07017 is #3F8FE8. Grayscale: #7E7E7E. Windows color (decimal): -4165609 or 1536192. OLE color: 1536192.

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

Color convert

RGB 192 112 23 -
CMYK 0 0.42 0.88 0.25
HSL 31.6º 0.79% 0.42% -
HSV(B) 31.6º 0.88% 0.75% -
XYZ 27.69 22.86 3.76 -
YUV 125.77 70 175.24 -
System Red Green Blue C M Y K H S L
Decimal 192 112 23 0 0.42 0.88 0.25 31.6 0.79 0.42
Hex C0 70 17 0 2A 58 19 20 4F 2A
Octal 300 160 27 0 52 130 31 40 117 52
Binary 11000000 1110000 10111 0 101010 1011000 11001 100000 1001111 101010

Color Harmonies of #C07017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07017

Black with #C07017

Text Example


Text Example

White with #C07017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07017; }

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

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

background-color css

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

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

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

border-color css

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

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

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