Html Css Color HEX #C09719 Buddha Gold

📋 copy color: '#C09719'

red 192 ◦ green 151 ◦ blue 25

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

Shades of Buddha Gold #C09719

Tints of Buddha Gold #C09719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.79%

R = 52.17%
G = 41.03%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C09719 (or 0xC09719) is known color: Buddha Gold. HEX triplet: C0, 97 and 19. RGB value is (192,151,25). Sum of RGB (Red+Green+Blue) = 192+151+25=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C09719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09719 is #3F68E6. Grayscale: #959595. Windows color (decimal): -4155623 or 1677248. OLE color: 1677248.

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

Color convert

RGB 192 151 25 -
CMYK 0 0.21 0.87 0.25
HSL 45.27º 0.77% 0.43% -
HSV(B) 45.27º 0.87% 0.75% -
XYZ 32.98 33.41 5.63 -
YUV 148.9 58.08 158.75 -
System Red Green Blue C M Y K H S L
Decimal 192 151 25 0 0.21 0.87 0.25 45.27 0.77 0.43
Hex C0 97 19 0 15 57 19 2D 4D 2B
Octal 300 227 31 0 25 127 31 55 115 53
Binary 11000000 10010111 11001 0 10101 1010111 11001 101101 1001101 101011

Color Harmonies of #C09719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09719

Black with #C09719

Text Example


Text Example

White with #C09719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09719; }

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

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

background-color css

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

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

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

border-color css

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

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

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