Html Css Color HEX #C48F1A Buddha Gold

📋 copy color: '#C48F1A'

red 196 ◦ green 143 ◦ blue 26

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

Shades of Buddha Gold #C48F1A

Tints of Buddha Gold #C48F1A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.18%

 BLUE value IS 26 (10.55% from 255) = 7.12%

R = 53.7%
G = 39.18%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C48F1A (or 0xC48F1A) is known color: Buddha Gold. HEX triplet: C4, 8F and 1A. RGB value is (196,143,26). Sum of RGB (Red+Green+Blue) = 196+143+26=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F1A is #3B70E5. Grayscale: #929292. Windows color (decimal): -3895526 or 1740740. OLE color: 1740740.

HSL color Cylindrical-coordinate representation of color #C48F1A: hue angle of 41.29º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C48F1A is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 143 26 -
CMYK 0 0.27 0.87 0.23
HSL 41.29º 0.77% 0.44% -
HSV(B) 41.29º 0.87% 0.77% -
XYZ 32.77 31.46 5.32 -
YUV 145.51 60.56 164.01 -
System Red Green Blue C M Y K H S L
Decimal 196 143 26 0 0.27 0.87 0.23 41.29 0.77 0.44
Hex C4 8F 1A 0 1B 57 17 29 4D 2C
Octal 304 217 32 0 33 127 27 51 115 54
Binary 11000100 10001111 11010 0 11011 1010111 10111 101001 1001101 101100

Color Harmonies of #C48F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F1A

Black with #C48F1A

Text Example


Text Example

White with #C48F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F1A; }

 p { color: rgb(196,143,26); }

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

background-color css

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

 a { background-color: rgb(196,143,26); }

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

border-color css

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

 span { border-color: rgb(196,143,26); }

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