Html Css Color HEX #C19921 Buddha Gold

📋 copy color: '#C19921'

red 193 ◦ green 153 ◦ blue 33

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

Shades of Buddha Gold #C19921

Tints of Buddha Gold #C19921

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 33 (13.28% from 255) = 8.71%

R = 50.92%
G = 40.37%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C19921 (or 0xC19921) is known color: Buddha Gold. HEX triplet: C1, 99 and 21. RGB value is (193,153,33). Sum of RGB (Red+Green+Blue) = 193+153+33=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C19921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19921 is #3E66DE. Grayscale: #979797. Windows color (decimal): -4089567 or 2202049. OLE color: 2202049.

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

Color convert

RGB 193 153 33 -
CMYK 0 0.21 0.83 0.24
HSL 45º 0.71% 0.44% -
HSV(B) 45º 0.83% 0.76% -
XYZ 33.66 34.23 6.27 -
YUV 151.28 61.25 157.76 -
System Red Green Blue C M Y K H S L
Decimal 193 153 33 0 0.21 0.83 0.24 45 0.71 0.44
Hex C1 99 21 0 15 53 18 2D 47 2C
Octal 301 231 41 0 25 123 30 55 107 54
Binary 11000001 10011001 100001 0 10101 1010011 11000 101101 1000111 101100

Color Harmonies of #C19921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19921

Black with #C19921

Text Example


Text Example

White with #C19921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19921; }

 p { color: rgb(193,153,33); }

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

background-color css

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

 a { background-color: rgb(193,153,33); }

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

border-color css

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

 span { border-color: rgb(193,153,33); }

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