Html Css Color HEX #C6A003 Buddha Gold

📋 copy color: '#C6A003'

red 198 ◦ green 160 ◦ blue 3

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

Shades of Buddha Gold #C6A003

Tints of Buddha Gold #C6A003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.32%

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

R = 54.85%
G = 44.32%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C6A003 (or 0xC6A003) is known color: Buddha Gold. HEX triplet: C6, A0 and 03. RGB value is (198,160,3). Sum of RGB (Red+Green+Blue) = 198+160+3=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A003 is #395FFC. Grayscale: #9A9A9A. Windows color (decimal): -3760125 or 237766. OLE color: 237766.

HSL color Cylindrical-coordinate representation of color #C6A003: hue angle of 48.31º 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 #C6A003 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 160 3 -
CMYK 0 0.19 0.98 0.22
HSL 48.31º 0.97% 0.39% -
HSV(B) 48.31º 0.98% 0.78% -
XYZ 35.88 37.15 5.37 -
YUV 153.46 43.09 159.77 -
System Red Green Blue C M Y K H S L
Decimal 198 160 3 0 0.19 0.98 0.22 48.31 0.97 0.39
Hex C6 A0 3 0 13 62 16 30 61 27
Octal 306 240 3 0 23 142 26 60 141 47
Binary 11000110 10100000 11 0 10011 1100010 10110 110000 1100001 100111

Color Harmonies of #C6A003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A003

Black with #C6A003

Text Example


Text Example

White with #C6A003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A003; }

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

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

background-color css

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

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

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

border-color css

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

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

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