Html Css Color HEX #C6A327 Buddha Gold

📋 copy color: '#C6A327'

red 198 ◦ green 163 ◦ blue 39

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

Shades of Buddha Gold #C6A327

Tints of Buddha Gold #C6A327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.75%

R = 49.5%
G = 40.75%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C6A327 (or 0xC6A327) is known color: Buddha Gold. HEX triplet: C6, A3 and 27. RGB value is (198,163,39). Sum of RGB (Red+Green+Blue) = 198+163+39=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 39 (15.62% from 255 or 9.75% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A327 is #395CD8. Grayscale: #9F9F9F. Windows color (decimal): -3759321 or 2597830. OLE color: 2597830.

HSL color Cylindrical-coordinate representation of color #C6A327: hue angle of 46.79º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6A327 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 163 39 -
CMYK 0 0.18 0.80 0.22
HSL 46.79º 0.67% 0.46% -
HSV(B) 46.79º 0.8% 0.78% -
XYZ 36.75 38.35 7.38 -
YUV 159.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 198 163 39 0 0.18 0.80 0.22 46.79 0.67 0.46
Hex C6 A3 27 0 12 50 16 2F 43 2E
Octal 306 243 47 0 22 120 26 57 103 56
Binary 11000110 10100011 100111 0 10010 1010000 10110 101111 1000011 101110

Color Harmonies of #C6A327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A327

Black with #C6A327

Text Example


Text Example

White with #C6A327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A327; }

 p { color: rgb(198,163,39); }

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

background-color css

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

 a { background-color: rgb(198,163,39); }

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

border-color css

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

 span { border-color: rgb(198,163,39); }

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