Html Css Color HEX #C09820 Buddha Gold

📋 copy color: '#C09820'

red 192 ◦ green 152 ◦ blue 32

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

Shades of Buddha Gold #C09820

Tints of Buddha Gold #C09820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.43%

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

R = 51.06%
G = 40.43%
B = 8.51%

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

#C09820 (or 0xC09820) is known color: Buddha Gold. HEX triplet: C0, 98 and 20. RGB value is (192,152,32). Sum of RGB (Red+Green+Blue) = 192+152+32=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C09820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09820 is #3F67DF. Grayscale: #969696. Windows color (decimal): -4155360 or 2136256. OLE color: 2136256.

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

Color convert

RGB 192 152 32 -
CMYK 0 0.21 0.83 0.25
HSL 45º 0.71% 0.44% -
HSV(B) 45º 0.83% 0.75% -
XYZ 33.23 33.77 6.13 -
YUV 150.28 61.25 157.76 -
System Red Green Blue C M Y K H S L
Decimal 192 152 32 0 0.21 0.83 0.25 45 0.71 0.44
Hex C0 98 20 0 15 53 19 2D 47 2C
Octal 300 230 40 0 25 123 31 55 107 54
Binary 11000000 10011000 100000 0 10101 1010011 11001 101101 1000111 101100

Color Harmonies of #C09820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09820

Black with #C09820

Text Example


Text Example

White with #C09820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09820; }

 p { color: rgb(192,152,32); }

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

background-color css

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

 a { background-color: rgb(192,152,32); }

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

border-color css

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

 span { border-color: rgb(192,152,32); }

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