Html Css Color HEX #C09F01 Buddha Gold

📋 copy color: '#C09F01'

red 192 ◦ green 159 ◦ blue 1

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

Shades of Buddha Gold #C09F01

Tints of Buddha Gold #C09F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 54.55%
G = 45.17%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C09F01 (or 0xC09F01) is known color: Buddha Gold. HEX triplet: C0, 9F and 01. RGB value is (192,159,1). Sum of RGB (Red+Green+Blue) = 192+159+1=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09F01 is #3F60FE. Grayscale: #979797. Windows color (decimal): -4153599 or 106432. OLE color: 106432.

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

Color convert

RGB 192 159 1 -
CMYK 0 0.17 0.99 0.25
HSL 49.63º 0.99% 0.38% -
HSV(B) 49.63º 0.99% 0.75% -
XYZ 34.14 36 5.18 -
YUV 150.86 43.43 157.35 -
System Red Green Blue C M Y K H S L
Decimal 192 159 1 0 0.17 0.99 0.25 49.63 0.99 0.38
Hex C0 9F 1 0 11 63 19 32 63 26
Octal 300 237 1 0 21 143 31 62 143 46
Binary 11000000 10011111 1 0 10001 1100011 11001 110010 1100011 100110

Color Harmonies of #C09F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F01

Black with #C09F01

Text Example


Text Example

White with #C09F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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