#C19B02

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

Shades of Buddha Gold #C19B02

Tints of Buddha Gold #C19B02

Color information

#C19B02 (or 0xC19B02) is unknown color: approx Buddha Gold. HEX triplet: C1, 9B and 02. RGB value is (193,155,2). Sum of RGB (Red+Green+Blue) = 193+155+2=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19B02 is #3E64FD. Grayscale: #959595. Windows color (decimal): -4089086 or 170945. OLE color: 170945.

HSL color Cylindrical-coordinate representation of color #C19B02: hue angle of 48.06º 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 #C19B02 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1931552-
CMYK00.200.990.24
HSL48.06º97.95%38.24%-
HSV(B)48.06º98.96%75.69%-
XYZ33.7234.784.99-
YUV148.9245.09159.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.14%
GREEN value IS 155 (60.94% from 255) = 44.29%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=55.14%
G=44.29%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193155200.200.990.2448.0697.9538.24
HexC19B20146318306226
Octal3012332024143306014246
Binary1100000110011011100101001100011110001100001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19B02; }

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

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

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

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

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

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

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

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