Html Css Color HEX #C49817 Buddha Gold

📋 copy color: '#C49817'

red 196 ◦ green 152 ◦ blue 23

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

Shades of Buddha Gold #C49817

Tints of Buddha Gold #C49817

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.97%

 BLUE value IS 23 (9.38% from 255) = 6.2%

R = 52.83%
G = 40.97%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C49817 (or 0xC49817) is known color: Buddha Gold. HEX triplet: C4, 98 and 17. RGB value is (196,152,23). Sum of RGB (Red+Green+Blue) = 196+152+23=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C49817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49817 is #3B67E8. Grayscale: #979797. Windows color (decimal): -3893225 or 1546436. OLE color: 1546436.

HSL color Cylindrical-coordinate representation of color #C49817: hue angle of 44.74º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C49817 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 152 23 -
CMYK 0 0.22 0.88 0.23
HSL 44.74º 0.79% 0.43% -
HSV(B) 44.74º 0.88% 0.77% -
XYZ 34.15 34.25 5.62 -
YUV 150.45 56.08 160.49 -
System Red Green Blue C M Y K H S L
Decimal 196 152 23 0 0.22 0.88 0.23 44.74 0.79 0.43
Hex C4 98 17 0 16 58 17 2D 4F 2B
Octal 304 230 27 0 26 130 27 55 117 53
Binary 11000100 10011000 10111 0 10110 1011000 10111 101101 1001111 101011

Color Harmonies of #C49817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49817

Black with #C49817

Text Example


Text Example

White with #C49817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49817; }

 p { color: rgb(196,152,23); }

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

background-color css

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

 a { background-color: rgb(196,152,23); }

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

border-color css

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

 span { border-color: rgb(196,152,23); }

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