Html Css Color HEX #C8A006 Buddha Gold

📋 copy color: '#C8A006'

red 200 ◦ green 160 ◦ blue 6

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

Shades of Buddha Gold #C8A006

Tints of Buddha Gold #C8A006

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.72%

 BLUE value IS 6 (2.73% from 255) = 1.64%

R = 54.64%
G = 43.72%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C8A006 (or 0xC8A006) is known color: Buddha Gold. HEX triplet: C8, A0 and 06. RGB value is (200,160,6). Sum of RGB (Red+Green+Blue) = 200+160+6=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 6 (2.73% from 255 or 1.64% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A006 is #375FF9. Grayscale: #9B9B9B. Windows color (decimal): -3629050 or 434376. OLE color: 434376.

HSL color Cylindrical-coordinate representation of color #C8A006: hue angle of 47.63º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8A006 is Cyan = 0, Magento = 0.2, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 160 6 -
CMYK 0 0.2 0.97 0.22
HSL 47.63º 0.94% 0.4% -
HSV(B) 47.63º 0.97% 0.78% -
XYZ 36.42 37.43 5.48 -
YUV 154.4 44.25 160.52 -
System Red Green Blue C M Y K H S L
Decimal 200 160 6 0 0.2 0.97 0.22 47.63 0.94 0.4
Hex C8 A0 6 0 14 61 16 30 5E 28
Octal 310 240 6 0 24 141 26 60 136 50
Binary 11001000 10100000 110 0 10100 1100001 10110 110000 1011110 101000

Color Harmonies of #C8A006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A006

Black with #C8A006

Text Example


Text Example

White with #C8A006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A006; }

 p { color: rgb(200,160,6); }

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

background-color css

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

 a { background-color: rgb(200,160,6); }

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

border-color css

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

 span { border-color: rgb(200,160,6); }

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