Html Css Color HEX #C19720 Buddha Gold

📋 copy color: '#C19720'

red 193 ◦ green 151 ◦ blue 32

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

Shades of Buddha Gold #C19720

Tints of Buddha Gold #C19720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.51%

R = 51.33%
G = 40.16%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C19720 (or 0xC19720) is known color: Buddha Gold. HEX triplet: C1, 97 and 20. RGB value is (193,151,32). Sum of RGB (Red+Green+Blue) = 193+151+32=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C19720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19720 is #3E68DF. Grayscale: #969696. Windows color (decimal): -4090080 or 2136001. OLE color: 2136001.

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

Color convert

RGB 193 151 32 -
CMYK 0 0.22 0.83 0.24
HSL 44.35º 0.72% 0.44% -
HSV(B) 44.35º 0.83% 0.76% -
XYZ 33.32 33.57 6.09 -
YUV 149.99 61.41 158.68 -
System Red Green Blue C M Y K H S L
Decimal 193 151 32 0 0.22 0.83 0.24 44.35 0.72 0.44
Hex C1 97 20 0 16 53 18 2C 48 2C
Octal 301 227 40 0 26 123 30 54 110 54
Binary 11000001 10010111 100000 0 10110 1010011 11000 101100 1001000 101100

Color Harmonies of #C19720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19720

Black with #C19720

Text Example


Text Example

White with #C19720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19720; }

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

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

background-color css

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

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

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

border-color css

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

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

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