Html Css Color HEX #C49F02 Buddha Gold

📋 copy color: '#C49F02'

red 196 ◦ green 159 ◦ blue 2

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

Shades of Buddha Gold #C49F02

Tints of Buddha Gold #C49F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 54.9%
G = 44.54%
B = 0.56%

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

#C49F02 (or 0xC49F02) is known color: Buddha Gold. HEX triplet: C4, 9F and 02. RGB value is (196,159,2). Sum of RGB (Red+Green+Blue) = 196+159+2=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49F02 is #3B60FD. Grayscale: #989898. Windows color (decimal): -3891454 or 171972. OLE color: 171972.

HSL color Cylindrical-coordinate representation of color #C49F02: hue angle of 48.56º degrees, saturation: 0.98, 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 #C49F02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 159 2 -
CMYK 0 0.19 0.99 0.23
HSL 48.56º 0.98% 0.39% -
HSV(B) 48.56º 0.99% 0.77% -
XYZ 35.17 36.54 5.26 -
YUV 152.17 43.26 159.27 -
System Red Green Blue C M Y K H S L
Decimal 196 159 2 0 0.19 0.99 0.23 48.56 0.98 0.39
Hex C4 9F 2 0 13 63 17 31 62 27
Octal 304 237 2 0 23 143 27 61 142 47
Binary 11000100 10011111 10 0 10011 1100011 10111 110001 1100010 100111

Color Harmonies of #C49F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49F02

Black with #C49F02

Text Example


Text Example

White with #C49F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49F02; }

 p { color: rgb(196,159,2); }

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

background-color css

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

 a { background-color: rgb(196,159,2); }

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

border-color css

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

 span { border-color: rgb(196,159,2); }

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