Html Css Color HEX #C9A608 Buddha Gold

📋 copy color: '#C9A608'

red 201 ◦ green 166 ◦ blue 8

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

Shades of Buddha Gold #C9A608

Tints of Buddha Gold #C9A608

RGB

 RED value IS 201 (78.91% from 255) = 53.6%

 GREEN value IS 166 (65.23% from 255) = 44.27%

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

R = 53.6%
G = 44.27%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C9A608 (or 0xC9A608) is known color: Buddha Gold. HEX triplet: C9, A6 and 08. RGB value is (201,166,8). Sum of RGB (Red+Green+Blue) = 201+166+8=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A608 is #3659F7. Grayscale: #9F9F9F. Windows color (decimal): -3561976 or 566985. OLE color: 566985.

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

Color convert

RGB 201 166 8 -
CMYK 0 0.17 0.96 0.21
HSL 49.12º 0.92% 0.41% -
HSV(B) 49.12º 0.96% 0.79% -
XYZ 37.77 39.71 5.9 -
YUV 158.45 43.1 158.35 -
System Red Green Blue C M Y K H S L
Decimal 201 166 8 0 0.17 0.96 0.21 49.12 0.92 0.41
Hex C9 A6 8 0 11 60 15 31 5C 29
Octal 311 246 10 0 21 140 25 61 134 51
Binary 11001001 10100110 1000 0 10001 1100000 10101 110001 1011100 101001

Color Harmonies of #C9A608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A608

Black with #C9A608

Text Example


Text Example

White with #C9A608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A608; }

 p { color: rgb(201,166,8); }

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

background-color css

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

 a { background-color: rgb(201,166,8); }

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

border-color css

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

 span { border-color: rgb(201,166,8); }

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