Html Css Color HEX #C1A302 Buddha Gold

📋 copy color: '#C1A302'

red 193 ◦ green 163 ◦ blue 2

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

Shades of Buddha Gold #C1A302

Tints of Buddha Gold #C1A302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.53%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 53.91%
G = 45.53%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C1A302 (or 0xC1A302) is known color: Buddha Gold. HEX triplet: C1, A3 and 02. RGB value is (193,163,2). Sum of RGB (Red+Green+Blue) = 193+163+2=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A302 is #3E5CFD. Grayscale: #9A9A9A. Windows color (decimal): -4087038 or 172993. OLE color: 172993.

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

Color convert

RGB 193 163 2 -
CMYK 0 0.16 0.99 0.24
HSL 50.58º 0.98% 0.38% -
HSV(B) 50.58º 0.99% 0.76% -
XYZ 35.1 37.54 5.45 -
YUV 153.62 42.44 156.09 -
System Red Green Blue C M Y K H S L
Decimal 193 163 2 0 0.16 0.99 0.24 50.58 0.98 0.38
Hex C1 A3 2 0 10 63 18 33 62 26
Octal 301 243 2 0 20 143 30 63 142 46
Binary 11000001 10100011 10 0 10000 1100011 11000 110011 1100010 100110

Color Harmonies of #C1A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A302

Black with #C1A302

Text Example


Text Example

White with #C1A302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A302; }

 p { color: rgb(193,163,2); }

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

background-color css

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

 a { background-color: rgb(193,163,2); }

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

border-color css

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

 span { border-color: rgb(193,163,2); }

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