Html Css Color HEX #C3A006 Buddha Gold

📋 copy color: '#C3A006'

red 195 ◦ green 160 ◦ blue 6

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

Shades of Buddha Gold #C3A006

Tints of Buddha Gold #C3A006

RGB

 RED value IS 195 (76.56% from 255) = 54.02%

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

 BLUE value IS 6 (2.73% from 255) = 1.66%

R = 54.02%
G = 44.32%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C3A006 (or 0xC3A006) is known color: Buddha Gold. HEX triplet: C3, A0 and 06. RGB value is (195,160,6). Sum of RGB (Red+Green+Blue) = 195+160+6=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A006 is #3C5FF9. Grayscale: #999999. Windows color (decimal): -3956730 or 434371. OLE color: 434371.

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

Color convert

RGB 195 160 6 -
CMYK 0 0.18 0.97 0.24
HSL 48.89º 0.94% 0.39% -
HSV(B) 48.89º 0.97% 0.76% -
XYZ 35.11 36.76 5.42 -
YUV 152.91 45.1 158.02 -
System Red Green Blue C M Y K H S L
Decimal 195 160 6 0 0.18 0.97 0.24 48.89 0.94 0.39
Hex C3 A0 6 0 12 61 18 31 5E 27
Octal 303 240 6 0 22 141 30 61 136 47
Binary 11000011 10100000 110 0 10010 1100001 11000 110001 1011110 100111

Color Harmonies of #C3A006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A006

Black with #C3A006

Text Example


Text Example

White with #C3A006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A006; }

 p { color: rgb(195,160,6); }

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

background-color css

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

 a { background-color: rgb(195,160,6); }

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

border-color css

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

 span { border-color: rgb(195,160,6); }

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