Html Css Color HEX #C8A817 Buddha Gold

📋 copy color: '#C8A817'

red 200 ◦ green 168 ◦ blue 23

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

Shades of Buddha Gold #C8A817

Tints of Buddha Gold #C8A817

RGB

 RED value IS 200 (78.52% from 255) = 51.15%

 GREEN value IS 168 (66.02% from 255) = 42.97%

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

R = 51.15%
G = 42.97%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C8A817 (or 0xC8A817) is known color: Buddha Gold. HEX triplet: C8, A8 and 17. RGB value is (200,168,23). Sum of RGB (Red+Green+Blue) = 200+168+23=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A817 is #3757E8. Grayscale: #A1A1A1. Windows color (decimal): -3626985 or 1550536. OLE color: 1550536.

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

Color convert

RGB 200 168 23 -
CMYK 0 0.16 0.88 0.22
HSL 49.15º 0.79% 0.44% -
HSV(B) 49.15º 0.89% 0.78% -
XYZ 37.98 40.35 6.6 -
YUV 161.04 50.1 155.79 -
System Red Green Blue C M Y K H S L
Decimal 200 168 23 0 0.16 0.88 0.22 49.15 0.79 0.44
Hex C8 A8 17 0 10 58 16 31 4F 2C
Octal 310 250 27 0 20 130 26 61 117 54
Binary 11001000 10101000 10111 0 10000 1011000 10110 110001 1001111 101100

Color Harmonies of #C8A817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A817

Black with #C8A817

Text Example


Text Example

White with #C8A817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A817; }

 p { color: rgb(200,168,23); }

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

background-color css

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

 a { background-color: rgb(200,168,23); }

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

border-color css

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

 span { border-color: rgb(200,168,23); }

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