Html Css Color HEX #C1A409 Buddha Gold

📋 copy color: '#C1A409'

red 193 ◦ green 164 ◦ blue 9

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

Shades of Buddha Gold #C1A409

Tints of Buddha Gold #C1A409

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.81%

 BLUE value IS 9 (3.91% from 255) = 2.46%

R = 52.73%
G = 44.81%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C1A409 (or 0xC1A409) is known color: Buddha Gold. HEX triplet: C1, A4 and 09. RGB value is (193,164,9). Sum of RGB (Red+Green+Blue) = 193+164+9=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A409 is #3E5BF6. Grayscale: #9B9B9B. Windows color (decimal): -4086775 or 632001. OLE color: 632001.

HSL color Cylindrical-coordinate representation of color #C1A409: hue angle of 50.54º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1A409 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 164 9 -
CMYK 0 0.15 0.95 0.24
HSL 50.54º 0.91% 0.4% -
HSV(B) 50.54º 0.95% 0.76% -
XYZ 35.32 37.91 5.71 -
YUV 155 45.61 155.1 -
System Red Green Blue C M Y K H S L
Decimal 193 164 9 0 0.15 0.95 0.24 50.54 0.91 0.4
Hex C1 A4 9 0 F 5F 18 33 5B 28
Octal 301 244 11 0 17 137 30 63 133 50
Binary 11000001 10100100 1001 0 1111 1011111 11000 110011 1011011 101000

Color Harmonies of #C1A409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A409

Black with #C1A409

Text Example


Text Example

White with #C1A409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A409; }

 p { color: rgb(193,164,9); }

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

background-color css

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

 a { background-color: rgb(193,164,9); }

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

border-color css

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

 span { border-color: rgb(193,164,9); }

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