Html Css Color HEX #C09E01 Buddha Gold

📋 copy color: '#C09E01'

red 192 ◦ green 158 ◦ blue 1

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

Shades of Buddha Gold #C09E01

Tints of Buddha Gold #C09E01

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.01%

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

R = 54.7%
G = 45.01%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C09E01 (or 0xC09E01) is known color: Buddha Gold. HEX triplet: C0, 9E and 01. RGB value is (192,158,1). Sum of RGB (Red+Green+Blue) = 192+158+1=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09E01 is #3F61FE. Grayscale: #969696. Windows color (decimal): -4153855 or 106176. OLE color: 106176.

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

Color convert

RGB 192 158 1 -
CMYK 0 0.18 0.99 0.25
HSL 49.32º 0.99% 0.38% -
HSV(B) 49.32º 0.99% 0.75% -
XYZ 33.97 35.66 5.12 -
YUV 150.27 43.76 157.77 -
System Red Green Blue C M Y K H S L
Decimal 192 158 1 0 0.18 0.99 0.25 49.32 0.99 0.38
Hex C0 9E 1 0 12 63 19 31 63 26
Octal 300 236 1 0 22 143 31 61 143 46
Binary 11000000 10011110 1 0 10010 1100011 11001 110001 1100011 100110

Color Harmonies of #C09E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E01

Black with #C09E01

Text Example


Text Example

White with #C09E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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