Html Css Color HEX #C78E18 Buddha Gold

📋 copy color: '#C78E18'

red 199 ◦ green 142 ◦ blue 24

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

Shades of Buddha Gold #C78E18

Tints of Buddha Gold #C78E18

RGB

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

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

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

R = 54.52%
G = 38.9%
B = 6.58%

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

#C78E18 (or 0xC78E18) is known color: Buddha Gold. HEX triplet: C7, 8E and 18. RGB value is (199,142,24). Sum of RGB (Red+Green+Blue) = 199+142+24=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78E18 is #3871E7. Grayscale: #929292. Windows color (decimal): -3699176 or 1609415. OLE color: 1609415.

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

Color convert

RGB 199 142 24 -
CMYK 0 0.29 0.88 0.22
HSL 40.46º 0.78% 0.44% -
HSV(B) 40.46º 0.88% 0.78% -
XYZ 33.39 31.55 5.19 -
YUV 145.59 59.38 166.09 -
System Red Green Blue C M Y K H S L
Decimal 199 142 24 0 0.29 0.88 0.22 40.46 0.78 0.44
Hex C7 8E 18 0 1D 58 16 28 4E 2C
Octal 307 216 30 0 35 130 26 50 116 54
Binary 11000111 10001110 11000 0 11101 1011000 10110 101000 1001110 101100

Color Harmonies of #C78E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78E18

Black with #C78E18

Text Example


Text Example

White with #C78E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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