Html Css Color HEX #C19709 Buddha Gold

📋 copy color: '#C19709'

red 193 ◦ green 151 ◦ blue 9

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

Shades of Buddha Gold #C19709

Tints of Buddha Gold #C19709

RGB

 RED value IS 193 (75.78% from 255) = 54.67%

 GREEN value IS 151 (59.38% from 255) = 42.78%

 BLUE value IS 9 (3.91% from 255) = 2.55%

R = 54.67%
G = 42.78%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C19709 (or 0xC19709) is known color: Buddha Gold. HEX triplet: C1, 97 and 09. RGB value is (193,151,9). Sum of RGB (Red+Green+Blue) = 193+151+9=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 9 (3.91% from 255 or 2.55% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C19709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19709 is #3E68F6. Grayscale: #939393. Windows color (decimal): -4090103 or 628673. OLE color: 628673.

HSL color Cylindrical-coordinate representation of color #C19709: hue angle of 46.3º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C19709 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 151 9 -
CMYK 0 0.22 0.95 0.24
HSL 46.3º 0.91% 0.4% -
HSV(B) 46.3º 0.95% 0.76% -
XYZ 33.11 33.49 4.98 -
YUV 147.37 49.91 160.55 -
System Red Green Blue C M Y K H S L
Decimal 193 151 9 0 0.22 0.95 0.24 46.3 0.91 0.4
Hex C1 97 9 0 16 5F 18 2E 5B 28
Octal 301 227 11 0 26 137 30 56 133 50
Binary 11000001 10010111 1001 0 10110 1011111 11000 101110 1011011 101000

Color Harmonies of #C19709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19709

Black with #C19709

Text Example


Text Example

White with #C19709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19709; }

 p { color: rgb(193,151,9); }

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

background-color css

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

 a { background-color: rgb(193,151,9); }

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

border-color css

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

 span { border-color: rgb(193,151,9); }

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