Html Css Color HEX #C18019 Ochre

📋 copy color: '#C18019'

red 193 ◦ green 128 ◦ blue 25

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

Shades of Ochre #C18019

Tints of Ochre #C18019

RGB

 RED value IS 193 (75.78% from 255) = 55.78%

 GREEN value IS 128 (50.39% from 255) = 36.99%

 BLUE value IS 25 (10.16% from 255) = 7.23%

R = 55.78%
G = 36.99%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C18019 (or 0xC18019) is known color: Ochre. HEX triplet: C1, 80 and 19. RGB value is (193,128,25). Sum of RGB (Red+Green+Blue) = 193+128+25=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C18019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18019 is #3E7FE6. Grayscale: #888888. Windows color (decimal): -4095975 or 1671361. OLE color: 1671361.

HSL color Cylindrical-coordinate representation of color #C18019: hue angle of 36.79º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C18019 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 128 25 -
CMYK 0 0.34 0.87 0.24
HSL 36.79º 0.77% 0.43% -
HSV(B) 36.79º 0.87% 0.76% -
XYZ 29.89 26.85 4.53 -
YUV 135.69 65.53 168.88 -
System Red Green Blue C M Y K H S L
Decimal 193 128 25 0 0.34 0.87 0.24 36.79 0.77 0.43
Hex C1 80 19 0 22 57 18 25 4D 2B
Octal 301 200 31 0 42 127 30 45 115 53
Binary 11000001 10000000 11001 0 100010 1010111 11000 100101 1001101 101011

Color Harmonies of #C18019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18019

Black with #C18019

Text Example


Text Example

White with #C18019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18019; }

 p { color: rgb(193,128,25); }

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

background-color css

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

 a { background-color: rgb(193,128,25); }

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

border-color css

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

 span { border-color: rgb(193,128,25); }

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