Html Css Color HEX #C09F09 Buddha Gold

📋 copy color: '#C09F09'

red 192 ◦ green 159 ◦ blue 9

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

Shades of Buddha Gold #C09F09

Tints of Buddha Gold #C09F09

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.17%

 BLUE value IS 9 (3.91% from 255) = 2.5%

R = 53.33%
G = 44.17%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C09F09 (or 0xC09F09) is known color: Buddha Gold. HEX triplet: C0, 9F and 09. RGB value is (192,159,9). Sum of RGB (Red+Green+Blue) = 192+159+9=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09F09 is #3F60F6. Grayscale: #989898. Windows color (decimal): -4153591 or 630720. OLE color: 630720.

HSL color Cylindrical-coordinate representation of color #C09F09: hue angle of 49.18º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C09F09 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 159 9 -
CMYK 0 0.17 0.95 0.25
HSL 49.18º 0.91% 0.39% -
HSV(B) 49.18º 0.95% 0.75% -
XYZ 34.19 36.02 5.41 -
YUV 151.77 47.43 156.7 -
System Red Green Blue C M Y K H S L
Decimal 192 159 9 0 0.17 0.95 0.25 49.18 0.91 0.39
Hex C0 9F 9 0 11 5F 19 31 5B 27
Octal 300 237 11 0 21 137 31 61 133 47
Binary 11000000 10011111 1001 0 10001 1011111 11001 110001 1011011 100111

Color Harmonies of #C09F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F09

Black with #C09F09

Text Example


Text Example

White with #C09F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F09; }

 p { color: rgb(192,159,9); }

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

background-color css

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

 a { background-color: rgb(192,159,9); }

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

border-color css

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

 span { border-color: rgb(192,159,9); }

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