Html Css Color HEX #C49C02 Buddha Gold

📋 copy color: '#C49C02'

red 196 ◦ green 156 ◦ blue 2

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

Shades of Buddha Gold #C49C02

Tints of Buddha Gold #C49C02

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.07%

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

R = 55.37%
G = 44.07%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C49C02 (or 0xC49C02) is known color: Buddha Gold. HEX triplet: C4, 9C and 02. RGB value is (196,156,2). Sum of RGB (Red+Green+Blue) = 196+156+2=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49C02 is #3B63FD. Grayscale: #979797. Windows color (decimal): -3892222 or 171204. OLE color: 171204.

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

Color convert

RGB 196 156 2 -
CMYK 0 0.20 0.99 0.23
HSL 47.63º 0.98% 0.39% -
HSV(B) 47.63º 0.99% 0.77% -
XYZ 34.66 35.52 5.09 -
YUV 150.4 44.25 160.52 -
System Red Green Blue C M Y K H S L
Decimal 196 156 2 0 0.20 0.99 0.23 47.63 0.98 0.39
Hex C4 9C 2 0 14 63 17 30 62 27
Octal 304 234 2 0 24 143 27 60 142 47
Binary 11000100 10011100 10 0 10100 1100011 10111 110000 1100010 100111

Color Harmonies of #C49C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49C02

Black with #C49C02

Text Example


Text Example

White with #C49C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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