Html Css Color HEX #C09720 Buddha Gold

📋 copy color: '#C09720'

red 192 ◦ green 151 ◦ blue 32

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

Shades of Buddha Gold #C09720

Tints of Buddha Gold #C09720

RGB

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

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

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

R = 51.2%
G = 40.27%
B = 8.53%

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

#C09720 (or 0xC09720) is known color: Buddha Gold. HEX triplet: C0, 97 and 20. RGB value is (192,151,32). Sum of RGB (Red+Green+Blue) = 192+151+32=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C09720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09720 is #3F68DF. Grayscale: #969696. Windows color (decimal): -4155616 or 2136000. OLE color: 2136000.

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

Color convert

RGB 192 151 32 -
CMYK 0 0.21 0.83 0.25
HSL 44.63º 0.71% 0.44% -
HSV(B) 44.63º 0.83% 0.75% -
XYZ 33.07 33.44 6.08 -
YUV 149.69 61.58 158.18 -
System Red Green Blue C M Y K H S L
Decimal 192 151 32 0 0.21 0.83 0.25 44.63 0.71 0.44
Hex C0 97 20 0 15 53 19 2D 47 2C
Octal 300 227 40 0 25 123 31 55 107 54
Binary 11000000 10010111 100000 0 10101 1010011 11001 101101 1000111 101100

Color Harmonies of #C09720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09720

Black with #C09720

Text Example


Text Example

White with #C09720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09720; }

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

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

background-color css

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

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

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

border-color css

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

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

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