Html Css Color HEX #C49E01 Buddha Gold

📋 copy color: '#C49E01'

red 196 ◦ green 158 ◦ blue 1

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

Shades of Buddha Gold #C49E01

Tints of Buddha Gold #C49E01

RGB

 RED value IS 196 (76.95% from 255) = 55.21%

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

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

R = 55.21%
G = 44.51%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C49E01 (or 0xC49E01) is known color: Buddha Gold. HEX triplet: C4, 9E and 01. RGB value is (196,158,1). Sum of RGB (Red+Green+Blue) = 196+158+1=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49E01 is #3B61FE. Grayscale: #989898. Windows color (decimal): -3891711 or 106180. OLE color: 106180.

HSL color Cylindrical-coordinate representation of color #C49E01: hue angle of 48.31º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C49E01 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 158 1 -
CMYK 0 0.19 0.99 0.23
HSL 48.31º 0.99% 0.39% -
HSV(B) 48.31º 0.99% 0.77% -
XYZ 35 36.19 5.17 -
YUV 151.46 43.09 159.77 -
System Red Green Blue C M Y K H S L
Decimal 196 158 1 0 0.19 0.99 0.23 48.31 0.99 0.39
Hex C4 9E 1 0 13 63 17 30 63 27
Octal 304 236 1 0 23 143 27 60 143 47
Binary 11000100 10011110 1 0 10011 1100011 10111 110000 1100011 100111

Color Harmonies of #C49E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E01

Black with #C49E01

Text Example


Text Example

White with #C49E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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