Html Css Color HEX #C48E17 Buddha Gold

📋 copy color: '#C48E17'

red 196 ◦ green 142 ◦ blue 23

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

Shades of Buddha Gold #C48E17

Tints of Buddha Gold #C48E17

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.34%

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

R = 54.29%
G = 39.34%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C48E17 (or 0xC48E17) is known color: Buddha Gold. HEX triplet: C4, 8E and 17. RGB value is (196,142,23). Sum of RGB (Red+Green+Blue) = 196+142+23=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48E17 is #3B71E8. Grayscale: #919191. Windows color (decimal): -3895785 or 1543876. OLE color: 1543876.

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

Color convert

RGB 196 142 23 -
CMYK 0 0.28 0.88 0.23
HSL 41.27º 0.79% 0.43% -
HSV(B) 41.27º 0.88% 0.77% -
XYZ 32.59 31.14 5.1 -
YUV 144.58 59.39 164.68 -
System Red Green Blue C M Y K H S L
Decimal 196 142 23 0 0.28 0.88 0.23 41.27 0.79 0.43
Hex C4 8E 17 0 1C 58 17 29 4F 2B
Octal 304 216 27 0 34 130 27 51 117 53
Binary 11000100 10001110 10111 0 11100 1011000 10111 101001 1001111 101011

Color Harmonies of #C48E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E17

Black with #C48E17

Text Example


Text Example

White with #C48E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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