#C68F1A

Color #C68F1A Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #C68F1A

Tints of Buddha Gold #C68F1A

Color information

#C68F1A (or 0xC68F1A) is unknown color: approx Buddha Gold. HEX triplet: C6, 8F and 1A. RGB value is (198,143,26). Sum of RGB (Red+Green+Blue) = 198+143+26=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68F1A is #3970E5. Grayscale: #929292. Windows color (decimal): -3764454 or 1740742. OLE color: 1740742.

HSL color Cylindrical-coordinate representation of color #C68F1A: hue angle of 40.81º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C68F1A is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB19814326-
CMYK00.280.870.22
HSL40.81º76.79%43.92%-
HSV(B)40.81º86.87%77.65%-
XYZ33.331.735.35-
YUV146.1160.22165.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.95%
GREEN value IS 143 (56.25% from 255) = 38.96%
BLUE value IS 26 (10.55% from 255) = 7.08%
R=53.95%
G=38.96%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981432600.280.870.2240.8176.7943.92
HexC68F1A01C5716294d2c
Octal30621732034127265111554
Binary1100011010001111110100111001010111101101010011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68F1A; }

 p { color: rgb(198,143,26); }

 H1.HeaderClassName
 {
   color: #C68F1A;
 }
 .AnyTagClassName
 {
   color: #C68F1A;
 }
</style>
background-color css

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

 a { background-color: rgb(198,143,26); }

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

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

 span { border-color: rgb(198,143,26); }

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