Html Css Color HEX #C07C18 Ochre

📋 copy color: '#C07C18'

red 192 ◦ green 124 ◦ blue 24

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

Shades of Ochre #C07C18

Tints of Ochre #C07C18

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.47%

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

R = 56.47%
G = 36.47%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C07C18 (or 0xC07C18) is known color: Ochre. HEX triplet: C0, 7C and 18. RGB value is (192,124,24). Sum of RGB (Red+Green+Blue) = 192+124+24=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07C18 is #3F83E7. Grayscale: #858585. Windows color (decimal): -4162536 or 1604800. OLE color: 1604800.

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

Color convert

RGB 192 124 24 -
CMYK 0 0.35 0.88 0.25
HSL 35.71º 0.78% 0.42% -
HSV(B) 35.71º 0.88% 0.75% -
XYZ 29.11 25.69 4.29 -
YUV 132.93 66.53 170.13 -
System Red Green Blue C M Y K H S L
Decimal 192 124 24 0 0.35 0.88 0.25 35.71 0.78 0.42
Hex C0 7C 18 0 23 58 19 24 4E 2A
Octal 300 174 30 0 43 130 31 44 116 52
Binary 11000000 1111100 11000 0 100011 1011000 11001 100100 1001110 101010

Color Harmonies of #C07C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C18

Black with #C07C18

Text Example


Text Example

White with #C07C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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