Html Css Color HEX #C1A508 Buddha Gold

📋 copy color: '#C1A508'

red 193 ◦ green 165 ◦ blue 8

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

Shades of Buddha Gold #C1A508

Tints of Buddha Gold #C1A508

RGB

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

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

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

R = 52.73%
G = 45.08%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C1A508 (or 0xC1A508) is known color: Buddha Gold. HEX triplet: C1, A5 and 08. RGB value is (193,165,8). Sum of RGB (Red+Green+Blue) = 193+165+8=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A508 is #3E5AF7. Grayscale: #9C9C9C. Windows color (decimal): -4086520 or 566721. OLE color: 566721.

HSL color Cylindrical-coordinate representation of color #C1A508: hue angle of 50.92º 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 #C1A508 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 165 8 -
CMYK 0 0.15 0.96 0.24
HSL 50.92º 0.92% 0.39% -
HSV(B) 50.92º 0.96% 0.76% -
XYZ 35.49 38.27 5.75 -
YUV 155.47 44.78 154.77 -
System Red Green Blue C M Y K H S L
Decimal 193 165 8 0 0.15 0.96 0.24 50.92 0.92 0.39
Hex C1 A5 8 0 F 60 18 33 5C 27
Octal 301 245 10 0 17 140 30 63 134 47
Binary 11000001 10100101 1000 0 1111 1100000 11000 110011 1011100 100111

Color Harmonies of #C1A508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A508

Black with #C1A508

Text Example


Text Example

White with #C1A508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A508; }

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

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

background-color css

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

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

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

border-color css

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

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

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