Html Css Color HEX #C1A908 Buddha Gold

📋 copy color: '#C1A908'

red 193 ◦ green 169 ◦ blue 8

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

Shades of Buddha Gold #C1A908

Tints of Buddha Gold #C1A908

RGB

 RED value IS 193 (75.78% from 255) = 52.16%

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

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

R = 52.16%
G = 45.68%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C1A908 (or 0xC1A908) is known color: Buddha Gold. HEX triplet: C1, A9 and 08. RGB value is (193,169,8). Sum of RGB (Red+Green+Blue) = 193+169+8=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A908 is #3E56F7. Grayscale: #9E9E9E. Windows color (decimal): -4085496 or 567745. OLE color: 567745.

HSL color Cylindrical-coordinate representation of color #C1A908: hue angle of 52.22º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1A908 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 169 8 -
CMYK 0 0.12 0.96 0.24
HSL 52.22º 0.92% 0.39% -
HSV(B) 52.22º 0.96% 0.76% -
XYZ 36.22 39.73 5.99 -
YUV 157.82 43.45 153.09 -
System Red Green Blue C M Y K H S L
Decimal 193 169 8 0 0.12 0.96 0.24 52.22 0.92 0.39
Hex C1 A9 8 0 C 60 18 34 5C 27
Octal 301 251 10 0 14 140 30 64 134 47
Binary 11000001 10101001 1000 0 1100 1100000 11000 110100 1011100 100111

Color Harmonies of #C1A908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A908

Black with #C1A908

Text Example


Text Example

White with #C1A908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A908; }

 p { color: rgb(193,169,8); }

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

background-color css

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

 a { background-color: rgb(193,169,8); }

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

border-color css

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

 span { border-color: rgb(193,169,8); }

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