Html Css Color HEX #C18F15 Buddha Gold

📋 copy color: '#C18F15'

red 193 ◦ green 143 ◦ blue 21

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

Shades of Buddha Gold #C18F15

Tints of Buddha Gold #C18F15

RGB

 RED value IS 193 (75.78% from 255) = 54.06%

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

 BLUE value IS 21 (8.59% from 255) = 5.88%

R = 54.06%
G = 40.06%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C18F15 (or 0xC18F15) is known color: Buddha Gold. HEX triplet: C1, 8F and 15. RGB value is (193,143,21). Sum of RGB (Red+Green+Blue) = 193+143+21=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18F15 is #3E70EA. Grayscale: #909090. Windows color (decimal): -4092139 or 1413057. OLE color: 1413057.

HSL color Cylindrical-coordinate representation of color #C18F15: hue angle of 42.56º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C18F15 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 143 21 -
CMYK 0 0.26 0.89 0.24
HSL 42.56º 0.8% 0.42% -
HSV(B) 42.56º 0.89% 0.76% -
XYZ 31.95 31.04 5.02 -
YUV 144.04 58.57 162.92 -
System Red Green Blue C M Y K H S L
Decimal 193 143 21 0 0.26 0.89 0.24 42.56 0.8 0.42
Hex C1 8F 15 0 1A 59 18 2B 50 2A
Octal 301 217 25 0 32 131 30 53 120 52
Binary 11000001 10001111 10101 0 11010 1011001 11000 101011 1010000 101010

Color Harmonies of #C18F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18F15

Black with #C18F15

Text Example


Text Example

White with #C18F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18F15; }

 p { color: rgb(193,143,21); }

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

background-color css

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

 a { background-color: rgb(193,143,21); }

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

border-color css

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

 span { border-color: rgb(193,143,21); }

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