Html Css Color HEX #C8A008 Buddha Gold

📋 copy color: '#C8A008'

red 200 ◦ green 160 ◦ blue 8

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

Shades of Buddha Gold #C8A008

Tints of Buddha Gold #C8A008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.17%

R = 54.35%
G = 43.48%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C8A008 (or 0xC8A008) is known color: Buddha Gold. HEX triplet: C8, A0 and 08. RGB value is (200,160,8). Sum of RGB (Red+Green+Blue) = 200+160+8=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A008 is #375FF7. Grayscale: #9B9B9B. Windows color (decimal): -3629048 or 565448. OLE color: 565448.

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

Color convert

RGB 200 160 8 -
CMYK 0 0.2 0.96 0.22
HSL 47.5º 0.92% 0.41% -
HSV(B) 47.5º 0.96% 0.78% -
XYZ 36.43 37.44 5.54 -
YUV 154.63 45.25 160.36 -
System Red Green Blue C M Y K H S L
Decimal 200 160 8 0 0.2 0.96 0.22 47.5 0.92 0.41
Hex C8 A0 8 0 14 60 16 30 5C 29
Octal 310 240 10 0 24 140 26 60 134 51
Binary 11001000 10100000 1000 0 10100 1100000 10110 110000 1011100 101001

Color Harmonies of #C8A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A008

Black with #C8A008

Text Example


Text Example

White with #C8A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A008; }

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

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

background-color css

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

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

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

border-color css

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

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

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