Html Css Color HEX #C19C20 Buddha Gold

📋 copy color: '#C19C20'

red 193 ◦ green 156 ◦ blue 32

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

Shades of Buddha Gold #C19C20

Tints of Buddha Gold #C19C20

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.94%

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

R = 50.66%
G = 40.94%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C19C20 (or 0xC19C20) is known color: Buddha Gold. HEX triplet: C1, 9C and 20. RGB value is (193,156,32). Sum of RGB (Red+Green+Blue) = 193+156+32=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19C20 is #3E63DF. Grayscale: #999999. Windows color (decimal): -4088800 or 2137281. OLE color: 2137281.

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

Color convert

RGB 193 156 32 -
CMYK 0 0.19 0.83 0.24
HSL 46.21º 0.72% 0.44% -
HSV(B) 46.21º 0.83% 0.76% -
XYZ 34.14 35.22 6.36 -
YUV 152.93 59.76 156.58 -
System Red Green Blue C M Y K H S L
Decimal 193 156 32 0 0.19 0.83 0.24 46.21 0.72 0.44
Hex C1 9C 20 0 13 53 18 2E 48 2C
Octal 301 234 40 0 23 123 30 56 110 54
Binary 11000001 10011100 100000 0 10011 1010011 11000 101110 1001000 101100

Color Harmonies of #C19C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C20

Black with #C19C20

Text Example


Text Example

White with #C19C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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