Html Css Color HEX #C78117 Ochre

📋 copy color: '#C78117'

red 199 ◦ green 129 ◦ blue 23

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

Shades of Ochre #C78117

Tints of Ochre #C78117

RGB

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

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

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

R = 56.7%
G = 36.75%
B = 6.55%

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

#C78117 (or 0xC78117) is known color: Ochre. HEX triplet: C7, 81 and 17. RGB value is (199,129,23). Sum of RGB (Red+Green+Blue) = 199+129+23=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C78117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78117 is #387EE8. Grayscale: #8A8A8A. Windows color (decimal): -3702505 or 1540551. OLE color: 1540551.

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

Color convert

RGB 199 129 23 -
CMYK 0 0.35 0.88 0.22
HSL 36.14º 0.79% 0.44% -
HSV(B) 36.14º 0.88% 0.78% -
XYZ 31.56 27.9 4.53 -
YUV 137.85 63.19 171.62 -
System Red Green Blue C M Y K H S L
Decimal 199 129 23 0 0.35 0.88 0.22 36.14 0.79 0.44
Hex C7 81 17 0 23 58 16 24 4F 2C
Octal 307 201 27 0 43 130 26 44 117 54
Binary 11000111 10000001 10111 0 100011 1011000 10110 100100 1001111 101100

Color Harmonies of #C78117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78117

Black with #C78117

Text Example


Text Example

White with #C78117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78117; }

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

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

background-color css

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

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

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

border-color css

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

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

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