Html Css Color HEX #C09F0F Buddha Gold

📋 copy color: '#C09F0F'

red 192 ◦ green 159 ◦ blue 15

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

Shades of Buddha Gold #C09F0F

Tints of Buddha Gold #C09F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.1%

R = 52.46%
G = 43.44%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C09F0F (or 0xC09F0F) is known color: Buddha Gold. HEX triplet: C0, 9F and 0F. RGB value is (192,159,15). Sum of RGB (Red+Green+Blue) = 192+159+15=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09F0F is #3F60F0. Grayscale: #999999. Windows color (decimal): -4153585 or 1023936. OLE color: 1023936.

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

Color convert

RGB 192 159 15 -
CMYK 0 0.17 0.92 0.25
HSL 48.81º 0.86% 0.41% -
HSV(B) 48.81º 0.92% 0.75% -
XYZ 34.22 36.04 5.6 -
YUV 152.45 50.43 156.21 -
System Red Green Blue C M Y K H S L
Decimal 192 159 15 0 0.17 0.92 0.25 48.81 0.86 0.41
Hex C0 9F F 0 11 5C 19 31 56 29
Octal 300 237 17 0 21 134 31 61 126 51
Binary 11000000 10011111 1111 0 10001 1011100 11001 110001 1010110 101001

Color Harmonies of #C09F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F0F

Black with #C09F0F

Text Example


Text Example

White with #C09F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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