Html Css Color HEX #C49E02 Buddha Gold

📋 copy color: '#C49E02'

red 196 ◦ green 158 ◦ blue 2

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

Shades of Buddha Gold #C49E02

Tints of Buddha Gold #C49E02

RGB

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

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

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

R = 55.06%
G = 44.38%
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

#C49E02 (or 0xC49E02) is known color: Buddha Gold. HEX triplet: C4, 9E and 02. RGB value is (196,158,2). Sum of RGB (Red+Green+Blue) = 196+158+2=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49E02 is #3B61FD. Grayscale: #989898. Windows color (decimal): -3891710 or 171716. OLE color: 171716.

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

Color convert

RGB 196 158 2 -
CMYK 0 0.19 0.99 0.23
HSL 48.25º 0.98% 0.39% -
HSV(B) 48.25º 0.99% 0.77% -
XYZ 35 36.19 5.2 -
YUV 151.58 43.59 159.68 -
System Red Green Blue C M Y K H S L
Decimal 196 158 2 0 0.19 0.99 0.23 48.25 0.98 0.39
Hex C4 9E 2 0 13 63 17 30 62 27
Octal 304 236 2 0 23 143 27 60 142 47
Binary 11000100 10011110 10 0 10011 1100011 10111 110000 1100010 100111

Color Harmonies of #C49E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E02

Black with #C49E02

Text Example


Text Example

White with #C49E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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