Html Css Color HEX #C78E17 Buddha Gold

📋 copy color: '#C78E17'

red 199 ◦ green 142 ◦ blue 23

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

Shades of Buddha Gold #C78E17

Tints of Buddha Gold #C78E17

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.01%

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

R = 54.67%
G = 39.01%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C78E17 (or 0xC78E17) is known color: Buddha Gold. HEX triplet: C7, 8E and 17. RGB value is (199,142,23). Sum of RGB (Red+Green+Blue) = 199+142+23=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78E17 is #3871E8. Grayscale: #929292. Windows color (decimal): -3699177 or 1543879. OLE color: 1543879.

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

Color convert

RGB 199 142 23 -
CMYK 0 0.29 0.88 0.22
HSL 40.57º 0.79% 0.44% -
HSV(B) 40.57º 0.88% 0.78% -
XYZ 33.38 31.55 5.14 -
YUV 145.48 58.88 166.18 -
System Red Green Blue C M Y K H S L
Decimal 199 142 23 0 0.29 0.88 0.22 40.57 0.79 0.44
Hex C7 8E 17 0 1D 58 16 29 4F 2C
Octal 307 216 27 0 35 130 26 51 117 54
Binary 11000111 10001110 10111 0 11101 1011000 10110 101001 1001111 101100

Color Harmonies of #C78E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78E17

Black with #C78E17

Text Example


Text Example

White with #C78E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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