Html Css Color HEX #C78118 Ochre

📋 copy color: '#C78118'

red 199 ◦ green 129 ◦ blue 24

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

Shades of Ochre #C78118

Tints of Ochre #C78118

RGB

 RED value IS 199 (78.13% from 255) = 56.53%

 GREEN value IS 129 (50.78% from 255) = 36.65%

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

R = 56.53%
G = 36.65%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C78118 (or 0xC78118) is known color: Ochre. HEX triplet: C7, 81 and 18. RGB value is (199,129,24). Sum of RGB (Red+Green+Blue) = 199+129+24=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C78118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78118 is #387EE7. Grayscale: #8A8A8A. Windows color (decimal): -3702504 or 1606087. OLE color: 1606087.

HSL color Cylindrical-coordinate representation of color #C78118: hue angle of 36º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C78118 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 129 24 -
CMYK 0 0.35 0.88 0.22
HSL 36º 0.78% 0.44% -
HSV(B) 36º 0.88% 0.78% -
XYZ 31.57 27.91 4.59 -
YUV 137.96 63.69 171.54 -
System Red Green Blue C M Y K H S L
Decimal 199 129 24 0 0.35 0.88 0.22 36 0.78 0.44
Hex C7 81 18 0 23 58 16 24 4E 2C
Octal 307 201 30 0 43 130 26 44 116 54
Binary 11000111 10000001 11000 0 100011 1011000 10110 100100 1001110 101100

Color Harmonies of #C78118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78118

Black with #C78118

Text Example


Text Example

White with #C78118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78118; }

 p { color: rgb(199,129,24); }

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

background-color css

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

 a { background-color: rgb(199,129,24); }

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

border-color css

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

 span { border-color: rgb(199,129,24); }

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