Html Css Color HEX #C07018 Ochre

📋 copy color: '#C07018'

red 192 ◦ green 112 ◦ blue 24

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

Shades of Ochre #C07018

Tints of Ochre #C07018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.32%

R = 58.54%
G = 34.15%
B = 7.32%

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

#C07018 (or 0xC07018) is known color: Ochre. HEX triplet: C0, 70 and 18. RGB value is (192,112,24). Sum of RGB (Red+Green+Blue) = 192+112+24=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C07018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07018 is #3F8FE7. Grayscale: #7E7E7E. Windows color (decimal): -4165608 or 1601728. OLE color: 1601728.

HSL color Cylindrical-coordinate representation of color #C07018: hue angle of 31.43º degrees, saturation: 0.78, 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 #C07018 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 112 24 -
CMYK 0 0.42 0.88 0.25
HSL 31.43º 0.78% 0.42% -
HSV(B) 31.43º 0.88% 0.75% -
XYZ 27.7 22.86 3.82 -
YUV 125.89 70.5 175.16 -
System Red Green Blue C M Y K H S L
Decimal 192 112 24 0 0.42 0.88 0.25 31.43 0.78 0.42
Hex C0 70 18 0 2A 58 19 1F 4E 2A
Octal 300 160 30 0 52 130 31 37 116 52
Binary 11000000 1110000 11000 0 101010 1011000 11001 11111 1001110 101010

Color Harmonies of #C07018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07018

Black with #C07018

Text Example


Text Example

White with #C07018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07018; }

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

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

background-color css

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

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

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

border-color css

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

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

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