Html Css Color HEX #C6A203 Buddha Gold

📋 copy color: '#C6A203'

red 198 ◦ green 162 ◦ blue 3

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

Shades of Buddha Gold #C6A203

Tints of Buddha Gold #C6A203

RGB

 RED value IS 198 (77.73% from 255) = 54.55%

 GREEN value IS 162 (63.67% from 255) = 44.63%

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

R = 54.55%
G = 44.63%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C6A203 (or 0xC6A203) is known color: Buddha Gold. HEX triplet: C6, A2 and 03. RGB value is (198,162,3). Sum of RGB (Red+Green+Blue) = 198+162+3=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A203 is #395DFC. Grayscale: #9B9B9B. Windows color (decimal): -3759613 or 238278. OLE color: 238278.

HSL color Cylindrical-coordinate representation of color #C6A203: hue angle of 48.92º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6A203 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 162 3 -
CMYK 0 0.18 0.98 0.22
HSL 48.92º 0.97% 0.39% -
HSV(B) 48.92º 0.98% 0.78% -
XYZ 36.23 37.85 5.48 -
YUV 154.64 42.43 158.93 -
System Red Green Blue C M Y K H S L
Decimal 198 162 3 0 0.18 0.98 0.22 48.92 0.97 0.39
Hex C6 A2 3 0 12 62 16 31 61 27
Octal 306 242 3 0 22 142 26 61 141 47
Binary 11000110 10100010 11 0 10010 1100010 10110 110001 1100001 100111

Color Harmonies of #C6A203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A203

Black with #C6A203

Text Example


Text Example

White with #C6A203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A203; }

 p { color: rgb(198,162,3); }

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

background-color css

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

 a { background-color: rgb(198,162,3); }

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

border-color css

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

 span { border-color: rgb(198,162,3); }

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