Html Css Color HEX #C48F18 Buddha Gold

📋 copy color: '#C48F18'

red 196 ◦ green 143 ◦ blue 24

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

Shades of Buddha Gold #C48F18

Tints of Buddha Gold #C48F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.61%

R = 53.99%
G = 39.39%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C48F18 (or 0xC48F18) is known color: Buddha Gold. HEX triplet: C4, 8F and 18. RGB value is (196,143,24). Sum of RGB (Red+Green+Blue) = 196+143+24=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48F18 is #3B70E7. Grayscale: #919191. Windows color (decimal): -3895528 or 1609668. OLE color: 1609668.

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

Color convert

RGB 196 143 24 -
CMYK 0 0.27 0.88 0.23
HSL 41.51º 0.78% 0.43% -
HSV(B) 41.51º 0.88% 0.77% -
XYZ 32.75 31.45 5.21 -
YUV 145.28 59.56 164.18 -
System Red Green Blue C M Y K H S L
Decimal 196 143 24 0 0.27 0.88 0.23 41.51 0.78 0.43
Hex C4 8F 18 0 1B 58 17 2A 4E 2B
Octal 304 217 30 0 33 130 27 52 116 53
Binary 11000100 10001111 11000 0 11011 1011000 10111 101010 1001110 101011

Color Harmonies of #C48F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F18

Black with #C48F18

Text Example


Text Example

White with #C48F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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