Html Css Color HEX #C1A603 Buddha Gold

📋 copy color: '#C1A603'

red 193 ◦ green 166 ◦ blue 3

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

Shades of Buddha Gold #C1A603

Tints of Buddha Gold #C1A603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 53.31%
G = 45.86%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C1A603 (or 0xC1A603) is known color: Buddha Gold. HEX triplet: C1, A6 and 03. RGB value is (193,166,3). Sum of RGB (Red+Green+Blue) = 193+166+3=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A603 is #3E59FC. Grayscale: #9C9C9C. Windows color (decimal): -4086269 or 239297. OLE color: 239297.

HSL color Cylindrical-coordinate representation of color #C1A603: hue angle of 51.47º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1A603 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 166 3 -
CMYK 0 0.14 0.98 0.24
HSL 51.47º 0.97% 0.38% -
HSV(B) 51.47º 0.98% 0.76% -
XYZ 35.64 38.62 5.66 -
YUV 155.49 41.95 154.75 -
System Red Green Blue C M Y K H S L
Decimal 193 166 3 0 0.14 0.98 0.24 51.47 0.97 0.38
Hex C1 A6 3 0 E 62 18 33 61 26
Octal 301 246 3 0 16 142 30 63 141 46
Binary 11000001 10100110 11 0 1110 1100010 11000 110011 1100001 100110

Color Harmonies of #C1A603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A603

Black with #C1A603

Text Example


Text Example

White with #C1A603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A603; }

 p { color: rgb(193,166,3); }

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

background-color css

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

 a { background-color: rgb(193,166,3); }

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

border-color css

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

 span { border-color: rgb(193,166,3); }

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