Html Css Color HEX #C09715 Buddha Gold

📋 copy color: '#C09715'

red 192 ◦ green 151 ◦ blue 21

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

Shades of Buddha Gold #C09715

Tints of Buddha Gold #C09715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.77%

R = 52.75%
G = 41.48%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C09715 (or 0xC09715) is known color: Buddha Gold. HEX triplet: C0, 97 and 15. RGB value is (192,151,21). Sum of RGB (Red+Green+Blue) = 192+151+21=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C09715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09715 is #3F68EA. Grayscale: #959595. Windows color (decimal): -4155627 or 1415104. OLE color: 1415104.

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

Color convert

RGB 192 151 21 -
CMYK 0 0.21 0.89 0.25
HSL 45.61º 0.8% 0.42% -
HSV(B) 45.61º 0.89% 0.75% -
XYZ 32.94 33.39 5.42 -
YUV 148.44 56.08 159.07 -
System Red Green Blue C M Y K H S L
Decimal 192 151 21 0 0.21 0.89 0.25 45.61 0.8 0.42
Hex C0 97 15 0 15 59 19 2E 50 2A
Octal 300 227 25 0 25 131 31 56 120 52
Binary 11000000 10010111 10101 0 10101 1011001 11001 101110 1010000 101010

Color Harmonies of #C09715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09715

Black with #C09715

Text Example


Text Example

White with #C09715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09715; }

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

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

background-color css

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

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

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

border-color css

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

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

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