Html Css Color HEX #C8A501 Buddha Gold

📋 copy color: '#C8A501'

red 200 ◦ green 165 ◦ blue 1

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

Shades of Buddha Gold #C8A501

Tints of Buddha Gold #C8A501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.08%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 54.64%
G = 45.08%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C8A501 (or 0xC8A501) is known color: Buddha Gold. HEX triplet: C8, A5 and 01. RGB value is (200,165,1). Sum of RGB (Red+Green+Blue) = 200+165+1=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A501 is #375AFE. Grayscale: #9D9D9D. Windows color (decimal): -3627775 or 107976. OLE color: 107976.

HSL color Cylindrical-coordinate representation of color #C8A501: hue angle of 49.45º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8A501 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 165 1 -
CMYK 0 0.18 1.00 0.22
HSL 49.45º 0.99% 0.39% -
HSV(B) 49.45º 1% 0.78% -
XYZ 37.28 39.19 5.63 -
YUV 156.77 40.1 158.84 -
System Red Green Blue C M Y K H S L
Decimal 200 165 1 0 0.18 1.00 0.22 49.45 0.99 0.39
Hex C8 A5 1 0 12 64 16 31 63 27
Octal 310 245 1 0 22 144 26 61 143 47
Binary 11001000 10100101 1 0 10010 1100100 10110 110001 1100011 100111

Color Harmonies of #C8A501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A501

Black with #C8A501

Text Example


Text Example

White with #C8A501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A501; }

 p { color: rgb(200,165,1); }

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

background-color css

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

 a { background-color: rgb(200,165,1); }

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

border-color css

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

 span { border-color: rgb(200,165,1); }

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