Html Css Color HEX #C09721 Buddha Gold

📋 copy color: '#C09721'

red 192 ◦ green 151 ◦ blue 33

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

Shades of Buddha Gold #C09721

Tints of Buddha Gold #C09721

RGB

 RED value IS 192 (75.39% from 255) = 51.06%

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

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

R = 51.06%
G = 40.16%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C09721 (or 0xC09721) is known color: Buddha Gold. HEX triplet: C0, 97 and 21. RGB value is (192,151,33). Sum of RGB (Red+Green+Blue) = 192+151+33=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C09721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09721 is #3F68DE. Grayscale: #969696. Windows color (decimal): -4155615 or 2201536. OLE color: 2201536.

HSL color Cylindrical-coordinate representation of color #C09721: hue angle of 44.53º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C09721 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 151 33 -
CMYK 0 0.21 0.83 0.25
HSL 44.53º 0.71% 0.44% -
HSV(B) 44.53º 0.83% 0.75% -
XYZ 33.08 33.45 6.15 -
YUV 149.81 62.08 158.09 -
System Red Green Blue C M Y K H S L
Decimal 192 151 33 0 0.21 0.83 0.25 44.53 0.71 0.44
Hex C0 97 21 0 15 53 19 2D 47 2C
Octal 300 227 41 0 25 123 31 55 107 54
Binary 11000000 10010111 100001 0 10101 1010011 11001 101101 1000111 101100

Color Harmonies of #C09721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09721

Black with #C09721

Text Example


Text Example

White with #C09721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09721; }

 p { color: rgb(192,151,33); }

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

background-color css

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

 a { background-color: rgb(192,151,33); }

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

border-color css

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

 span { border-color: rgb(192,151,33); }

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