Html Css Color HEX #C09815 Buddha Gold

📋 copy color: '#C09815'

red 192 ◦ green 152 ◦ blue 21

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

Shades of Buddha Gold #C09815

Tints of Buddha Gold #C09815

RGB

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

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

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

R = 52.6%
G = 41.64%
B = 5.75%

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

#C09815 (or 0xC09815) is known color: Buddha Gold. HEX triplet: C0, 98 and 15. RGB value is (192,152,21). Sum of RGB (Red+Green+Blue) = 192+152+21=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C09815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09815 is #3F67EA. Grayscale: #959595. Windows color (decimal): -4155371 or 1415360. OLE color: 1415360.

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

Color convert

RGB 192 152 21 -
CMYK 0 0.21 0.89 0.25
HSL 45.96º 0.8% 0.42% -
HSV(B) 45.96º 0.89% 0.75% -
XYZ 33.1 33.72 5.47 -
YUV 149.03 55.75 158.65 -
System Red Green Blue C M Y K H S L
Decimal 192 152 21 0 0.21 0.89 0.25 45.96 0.8 0.42
Hex C0 98 15 0 15 59 19 2E 50 2A
Octal 300 230 25 0 25 131 31 56 120 52
Binary 11000000 10011000 10101 0 10101 1011001 11001 101110 1010000 101010

Color Harmonies of #C09815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09815

Black with #C09815

Text Example


Text Example

White with #C09815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09815; }

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

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

background-color css

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

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

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

border-color css

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

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

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