#C19C02

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

Shades of Buddha Gold #C19C02

Tints of Buddha Gold #C19C02

Color information

#C19C02 (or 0xC19C02) is unknown color: approx Buddha Gold. HEX triplet: C1, 9C and 02. RGB value is (193,156,2). Sum of RGB (Red+Green+Blue) = 193+156+2=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19C02 is #3E63FD. Grayscale: #969696. Windows color (decimal): -4088830 or 171201. OLE color: 171201.

HSL color Cylindrical-coordinate representation of color #C19C02: hue angle of 48.38º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C19C02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1931562-
CMYK00.190.990.24
HSL48.38º97.95%38.24%-
HSV(B)48.38º98.96%75.69%-
XYZ33.8935.125.05-
YUV149.5144.76159.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.99%
GREEN value IS 156 (61.33% from 255) = 44.44%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=54.99%
G=44.44%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193156200.190.990.2448.3897.9538.24
HexC19C20136318306226
Octal3012342023143306014246
Binary1100000110011100100100111100011110001100001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19C02; }

 p { color: rgb(193,156,2); }

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

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

 a { background-color: rgb(193,156,2); }

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

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

 span { border-color: rgb(193,156,2); }

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