Html Css Color HEX #C8A905 Buddha Gold

📋 copy color: '#C8A905'

red 200 ◦ green 169 ◦ blue 5

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

Shades of Buddha Gold #C8A905

Tints of Buddha Gold #C8A905

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.19%

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 53.48%
G = 45.19%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C8A905 (or 0xC8A905) is known color: Buddha Gold. HEX triplet: C8, A9 and 05. RGB value is (200,169,5). Sum of RGB (Red+Green+Blue) = 200+169+5=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A905 is #3756FA. Grayscale: #A0A0A0. Windows color (decimal): -3626747 or 371144. OLE color: 371144.

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

Color convert

RGB 200 169 5 -
CMYK 0 0.16 0.98 0.22
HSL 50.46º 0.95% 0.4% -
HSV(B) 50.46º 0.98% 0.78% -
XYZ 38.03 40.67 5.99 -
YUV 159.57 40.77 156.84 -
System Red Green Blue C M Y K H S L
Decimal 200 169 5 0 0.16 0.98 0.22 50.46 0.95 0.4
Hex C8 A9 5 0 10 62 16 32 5F 28
Octal 310 251 5 0 20 142 26 62 137 50
Binary 11001000 10101001 101 0 10000 1100010 10110 110010 1011111 101000

Color Harmonies of #C8A905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A905

Black with #C8A905

Text Example


Text Example

White with #C8A905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A905; }

 p { color: rgb(200,169,5); }

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

background-color css

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

 a { background-color: rgb(200,169,5); }

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

border-color css

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

 span { border-color: rgb(200,169,5); }

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