Html Css Color HEX #C8A803 Buddha Gold

📋 copy color: '#C8A803'

red 200 ◦ green 168 ◦ blue 3

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

Shades of Buddha Gold #C8A803

Tints of Buddha Gold #C8A803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 53.91%
G = 45.28%
B = 0.81%

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

#C8A803 (or 0xC8A803) is known color: Buddha Gold. HEX triplet: C8, A8 and 03. RGB value is (200,168,3). Sum of RGB (Red+Green+Blue) = 200+168+3=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A803 is #3757FC. Grayscale: #9F9F9F. Windows color (decimal): -3627005 or 239816. OLE color: 239816.

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

Color convert

RGB 200 168 3 -
CMYK 0 0.16 0.98 0.22
HSL 50.25º 0.97% 0.4% -
HSV(B) 50.25º 0.99% 0.78% -
XYZ 37.84 40.29 5.87 -
YUV 158.76 40.1 157.42 -
System Red Green Blue C M Y K H S L
Decimal 200 168 3 0 0.16 0.98 0.22 50.25 0.97 0.4
Hex C8 A8 3 0 10 62 16 32 61 28
Octal 310 250 3 0 20 142 26 62 141 50
Binary 11001000 10101000 11 0 10000 1100010 10110 110010 1100001 101000

Color Harmonies of #C8A803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A803

Black with #C8A803

Text Example


Text Example

White with #C8A803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A803; }

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

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

background-color css

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

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

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

border-color css

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

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

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