Html Css Color HEX #C49B05 Buddha Gold

📋 copy color: '#C49B05'

red 196 ◦ green 155 ◦ blue 5

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

Shades of Buddha Gold #C49B05

Tints of Buddha Gold #C49B05

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.54%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 55.06%
G = 43.54%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C49B05 (or 0xC49B05) is known color: Buddha Gold. HEX triplet: C4, 9B and 05. RGB value is (196,155,5). Sum of RGB (Red+Green+Blue) = 196+155+5=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49B05 is #3B64FA. Grayscale: #969696. Windows color (decimal): -3892475 or 367556. OLE color: 367556.

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

Color convert

RGB 196 155 5 -
CMYK 0 0.21 0.97 0.23
HSL 47.12º 0.95% 0.39% -
HSV(B) 47.12º 0.97% 0.77% -
XYZ 34.51 35.19 5.12 -
YUV 150.16 46.08 160.7 -
System Red Green Blue C M Y K H S L
Decimal 196 155 5 0 0.21 0.97 0.23 47.12 0.95 0.39
Hex C4 9B 5 0 15 61 17 2F 5F 27
Octal 304 233 5 0 25 141 27 57 137 47
Binary 11000100 10011011 101 0 10101 1100001 10111 101111 1011111 100111

Color Harmonies of #C49B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49B05

Black with #C49B05

Text Example


Text Example

White with #C49B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49B05; }

 p { color: rgb(196,155,5); }

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

background-color css

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

 a { background-color: rgb(196,155,5); }

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

border-color css

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

 span { border-color: rgb(196,155,5); }

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