Html Css Color HEX #C78F17 Buddha Gold

📋 copy color: '#C78F17'

red 199 ◦ green 143 ◦ blue 23

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

Shades of Buddha Gold #C78F17

Tints of Buddha Gold #C78F17

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.18%

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

R = 54.52%
G = 39.18%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C78F17 (or 0xC78F17) is known color: Buddha Gold. HEX triplet: C7, 8F and 17. RGB value is (199,143,23). Sum of RGB (Red+Green+Blue) = 199+143+23=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78F17 is #3870E8. Grayscale: #929292. Windows color (decimal): -3698921 or 1544135. OLE color: 1544135.

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

Color convert

RGB 199 143 23 -
CMYK 0 0.28 0.88 0.22
HSL 40.91º 0.79% 0.44% -
HSV(B) 40.91º 0.88% 0.78% -
XYZ 33.53 31.85 5.19 -
YUV 146.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 199 143 23 0 0.28 0.88 0.22 40.91 0.79 0.44
Hex C7 8F 17 0 1C 58 16 29 4F 2C
Octal 307 217 27 0 34 130 26 51 117 54
Binary 11000111 10001111 10111 0 11100 1011000 10110 101001 1001111 101100

Color Harmonies of #C78F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78F17

Black with #C78F17

Text Example


Text Example

White with #C78F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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