Html Css Color HEX #C6A013 Buddha Gold

📋 copy color: '#C6A013'

red 198 ◦ green 160 ◦ blue 19

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

Shades of Buddha Gold #C6A013

Tints of Buddha Gold #C6A013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.04%

R = 52.52%
G = 42.44%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C6A013 (or 0xC6A013) is known color: Buddha Gold. HEX triplet: C6, A0 and 13. RGB value is (198,160,19). Sum of RGB (Red+Green+Blue) = 198+160+19=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A013 is #395FEC. Grayscale: #9B9B9B. Windows color (decimal): -3760109 or 1286342. OLE color: 1286342.

HSL color Cylindrical-coordinate representation of color #C6A013: hue angle of 47.26º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6A013 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 160 19 -
CMYK 0 0.19 0.90 0.22
HSL 47.26º 0.82% 0.43% -
HSV(B) 47.26º 0.9% 0.78% -
XYZ 35.98 37.19 5.9 -
YUV 155.29 51.09 158.46 -
System Red Green Blue C M Y K H S L
Decimal 198 160 19 0 0.19 0.90 0.22 47.26 0.82 0.43
Hex C6 A0 13 0 13 5A 16 2F 52 2B
Octal 306 240 23 0 23 132 26 57 122 53
Binary 11000110 10100000 10011 0 10011 1011010 10110 101111 1010010 101011

Color Harmonies of #C6A013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A013

Black with #C6A013

Text Example


Text Example

White with #C6A013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A013; }

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

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

background-color css

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

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

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

border-color css

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

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

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