Html Css Color HEX #C09C15 Buddha Gold

📋 copy color: '#C09C15'

red 192 ◦ green 156 ◦ blue 21

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

Shades of Buddha Gold #C09C15

Tints of Buddha Gold #C09C15

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.28%

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

R = 52.03%
G = 42.28%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C09C15 (or 0xC09C15) is known color: Buddha Gold. HEX triplet: C0, 9C and 15. RGB value is (192,156,21). Sum of RGB (Red+Green+Blue) = 192+156+21=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09C15 is #3F63EA. Grayscale: #979797. Windows color (decimal): -4154347 or 1416384. OLE color: 1416384.

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

Color convert

RGB 192 156 21 -
CMYK 0 0.19 0.89 0.25
HSL 47.37º 0.8% 0.42% -
HSV(B) 47.37º 0.89% 0.75% -
XYZ 33.76 35.04 5.69 -
YUV 151.37 54.43 156.98 -
System Red Green Blue C M Y K H S L
Decimal 192 156 21 0 0.19 0.89 0.25 47.37 0.8 0.42
Hex C0 9C 15 0 13 59 19 2F 50 2A
Octal 300 234 25 0 23 131 31 57 120 52
Binary 11000000 10011100 10101 0 10011 1011001 11001 101111 1010000 101010

Color Harmonies of #C09C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C15

Black with #C09C15

Text Example


Text Example

White with #C09C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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